Lines Matching refs:kernel
10 libibverbs also requires appropriate device-dependent kernel and
12 a Mellanox HCA, you will need the ib_mthca kernel module and the
15 User-kernel communication
17 Userspace communicates with the kernel for slow path, resource
21 system call or context switch into the kernel.
23 Commands are sent to the kernel via write()s on these device files.
25 The structs for commands that require a response from the kernel
33 commands passed through a file descriptor, the kernel can keep track
36 between kernel pointers and opaque userspace handles, so that kernel
38 the kernel into following a bogus pointer.
40 This also allows the kernel to clean up when a process exits and