Home
last modified time | relevance | path

Searched refs:kthread_add (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A Dkthread.h70 int kthread_add(void (*)(void *), void *,
/f-stack/freebsd/kern/
H A Dkern_kthread.c247 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 Dsubr_taskqueue.c692 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 Dsubr_gtaskqueue.c472 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 Dvfs_bio.c3381 error = kthread_add((void (*)(void *))bufspace_daemon, in buf_daemon()
/f-stack/lib/
H A Dff_compat.c104 kthread_add(void (*start_routine)(void *), void *arg, struct proc *p, in kthread_add() function
/f-stack/freebsd/vm/
H A Dvm_pageout.c2366 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 Dsiftr.c1270 kthread_add(&siftr_pkt_manager_thread, NULL, NULL, in siftr_manage_ops()