| /NextBSD/sys/kern/ |
| HD | kern_kthread.c | 232 error = kthread_add((void (*)(void *))kp->func, NULL, in kthread_start() 249 kthread_add(void (*func)(void *), void *arg, struct proc *p, in kthread_add() function 463 error = kthread_add(func, arg, *procptr, in kproc_kthread_add()
|
| HD | subr_taskqueue.c | 611 error = kthread_add(taskqueue_thread_loop, tqp, NULL, in _taskqueue_start_threads() 614 error = kthread_add(taskqueue_thread_loop, tqp, NULL, in _taskqueue_start_threads()
|
| /NextBSD/sys/sys/ |
| HD | kthread.h | 68 int kthread_add(void (*)(void *), void *,
|
| /NextBSD/sys/compat/linuxkpi/common/include/linux/ |
| HD | kthread.h | 77 if (kthread_add(linux_kthread_fn, _task, NULL, &_task->task_thread, \
|
| /NextBSD/sys/dev/nvme/ |
| HD | nvme_test.c | 289 kthread_add(fn, io_test_internal, in nvme_ns_test()
|
| /NextBSD/sys/dev/iscsi/ |
| HD | icl_proxy.c | 356 error = kthread_add(icl_accept_thread, ils, NULL, NULL, 0, 0, "iclacc"); in icl_listen_add_tcp()
|
| HD | icl_soft.c | 1288 error = kthread_add(icl_send_thread, ic, NULL, NULL, 0, 0, "%stx", in icl_conn_start() 1299 error = kthread_add(icl_receive_thread, ic, NULL, NULL, 0, 0, "%srx", in icl_conn_start()
|
| HD | iscsi.c | 1780 error = kthread_add(iscsi_maintenance_thread, is, NULL, NULL, 0, 0, "iscsimt"); in iscsi_ioctl_session_add()
|
| /NextBSD/sys/dev/virtio/balloon/ |
| HD | virtio_balloon.c | 209 error = kthread_add(vtballoon_thread, sc, NULL, &sc->vtballoon_td, in vtballoon_attach()
|
| /NextBSD/sys/dev/beri/virtio/ |
| HD | virtio_block.c | 521 error = kthread_add(vtblk_thread, sc, NULL, &sc->vtblk_ktd, in beri_vtblk_attach()
|
| /NextBSD/sys/vm/ |
| HD | vm_pageout.c | 1884 error = kthread_add(vm_pageout_worker, (void *)(uintptr_t)i, in vm_pageout() 1892 error = kthread_add(uma_reclaim_worker, NULL, curproc, NULL, in vm_pageout()
|
| /NextBSD/sys/fs/nandfs/ |
| HD | nandfs_cleaner.c | 82 error = kthread_add((void(*)(void *))nandfs_cleaner, fsdev, NULL, in nandfs_start_cleaner()
|
| HD | nandfs_vfsops.c | 1163 error = kthread_add((void(*)(void *))nandfs_syncer, nmp, NULL, in start_syncer()
|
| /NextBSD/sys/netinet/ |
| HD | siftr.c | 1236 ret = kthread_add(&siftr_pkt_manager_thread, NULL, NULL, in siftr_manage_ops()
|
| /NextBSD/sys/dev/cyapa/ |
| HD | cyapa.c | 531 kthread_add(cyapa_poll_thread, sc, NULL, NULL, in cyapa_attach()
|
| /NextBSD/sys/rpc/ |
| HD | svc.c | 1309 kthread_add(svc_thread_start, grp, pool->sp_proc, &td, 0, 0, in svc_new_thread()
|
| /NextBSD/sys/nlm/ |
| HD | nlm_prot_impl.c | 799 kthread_add(nlm_client_recovery_start, host, curproc, &td, 0, 0, in nlm_host_notify()
|
| /NextBSD/share/man/man9/ |
| HD | Makefile | 982 MLINKS+=kthread.9 kthread_add.9 \
|
| /NextBSD/sys/cam/ctl/ |
| HD | ctl_frontend_iscsi.c | 1275 error = kthread_add(cfiscsi_maintenance_thread, cs, NULL, NULL, 0, 0, "cfiscsimt"); in cfiscsi_session_new()
|