Searched refs:kproc_kthread_add (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_idle.c | 68 error = kproc_kthread_add(sched_idletd, NULL, &p, &td, in idle_setup() 72 error = kproc_kthread_add(sched_idletd, NULL, &p, &td, in idle_setup()
|
| H A D | kern_kthread.c | 462 kproc_kthread_add(void (*func)(void *), void *arg, in kproc_kthread_add() function
|
| H A D | kern_intr.c | 540 error = kproc_kthread_add(ithread_loop, ithd, &intrproc, in ithread_create()
|
| H A D | uipc_ktls.c | 404 error = kproc_kthread_add(ktls_work_thread, &ktls_wq[i], in ktls_init()
|
| /f-stack/freebsd/sys/ |
| H A D | kthread.h | 64 int kproc_kthread_add(void (*)(void *), void *,
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | proc.h | 85 error = kproc_kthread_add(proc, arg, ppp, &td, RFSTOPPED, in do_thread_create()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_sysevent.c | 260 kproc_kthread_add(sysevent_worker, NULL, &system_proc, NULL, 0, 0, in ddi_sysevent_init()
|
| /f-stack/lib/ |
| H A D | ff_compat.c | 95 kproc_kthread_add(void (*start_routine)(void *), void *arg, in kproc_kthread_add() function
|
| H A D | ff_ng_base.c | 3253 if (kproc_kthread_add(ngthread, NULL, &p, &td, in ngb_mod_event()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | cms.c | 374 error = kproc_kthread_add(msgring_process, (void *)(uintptr_t)hwtid, in create_msgring_thread()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zvol_os.c | 408 kproc_kthread_add(zvol_geom_worker, zv, &system_proc, NULL, 0, 0, in zvol_geom_run()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 3226 if (kproc_kthread_add(ngthread, NULL, &p, &td, in ngb_mod_event()
|