Searched refs:kthread_add (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | kthread.h | 70 int kthread_add(void (*)(void *), void *,
|
| /f-stack/freebsd/kern/ |
| H A D | kern_kthread.c | 247 error = kthread_add((void (*)(void *))kp->func, NULL, in kthread_start() 264 kthread_add(void (*func)(void *), void *arg, struct proc *p, in kthread_add() function 490 error = kthread_add(func, arg, *procptr, in kproc_kthread_add()
|
| H A D | subr_taskqueue.c | 692 error = kthread_add(taskqueue_thread_loop, tqp, p, in _taskqueue_start_threads() 695 error = kthread_add(taskqueue_thread_loop, tqp, p, in _taskqueue_start_threads()
|
| H A D | subr_gtaskqueue.c | 472 error = kthread_add(gtaskqueue_thread_loop, tqp, NULL, in _gtaskqueue_start_threads() 475 error = kthread_add(gtaskqueue_thread_loop, tqp, NULL, in _gtaskqueue_start_threads()
|
| H A D | vfs_bio.c | 3381 error = kthread_add((void (*)(void *))bufspace_daemon, in buf_daemon()
|
| /f-stack/lib/ |
| H A D | ff_compat.c | 104 kthread_add(void (*start_routine)(void *), void *arg, struct proc *p, in kthread_add() function
|
| /f-stack/freebsd/vm/ |
| H A D | vm_pageout.c | 2366 error = kthread_add(vm_pageout_worker, in vm_pageout() 2374 error = kthread_add(vm_pageout_helper, in vm_pageout() 2381 error = kthread_add(vm_pageout_laundry_worker, in vm_pageout() 2386 error = kthread_add(uma_reclaim_worker, NULL, p, NULL, 0, 0, "uma"); in vm_pageout()
|
| /f-stack/freebsd/netinet/ |
| H A D | siftr.c | 1270 kthread_add(&siftr_pkt_manager_thread, NULL, NULL, in siftr_manage_ops()
|