Home
last modified time | relevance | path

Searched defs:kthread_create (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_kthread.c64 kthread_create(pri_t pri, int flag, struct cpu_info *ci, in kthread_create() function
/netbsd-src/sys/rump/librump/rumpkern/
H A Dthreads.c138 kthread_create(pri_t pri, int flags, struct cpu_info *ci, in kthread_create() function
/netbsd-src/sys/dev/pci/
H A Dxmm7360.c243 #define kthread_create(func, arg, lwpp, name) \ macro