| /freebsd-12-stable/sys/kern/ |
| D | kern_kthread.c | 246 error = kthread_add((void (*)(void *))kp->func, NULL, in kthread_start() 263 kthread_add(void (*func)(void *), void *arg, struct proc *p, in kthread_add() function 491 error = kthread_add(func, arg, *procptr, in kproc_kthread_add()
|
| D | subr_taskqueue.c | 674 error = kthread_add(taskqueue_thread_loop, tqp, p, in _taskqueue_start_threads() 677 error = kthread_add(taskqueue_thread_loop, tqp, p, in _taskqueue_start_threads()
|
| D | subr_gtaskqueue.c | 461 error = kthread_add(gtaskqueue_thread_loop, tqp, NULL, in _gtaskqueue_start_threads() 464 error = kthread_add(gtaskqueue_thread_loop, tqp, NULL, in _gtaskqueue_start_threads()
|
| D | vfs_bio.c | 3345 error = kthread_add((void (*)(void *))bufspace_daemon, in buf_daemon()
|
| /freebsd-12-stable/sys/sys/ |
| D | kthread.h | 70 int kthread_add(void (*)(void *), void *,
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| D | kthread.h | 43 if (kthread_add(linux_kthread_fn, NULL, NULL, &__td, \
|
| /freebsd-12-stable/sys/tests/epoch/ |
| D | epoch_test.c | 147 error = kthread_add(testloop, &etilist[i], NULL, &testthreads[i], in test_modinit()
|
| /freebsd-12-stable/sys/dev/iscsi/ |
| D | icl_soft_proxy.c | 301 error = kthread_add(icl_accept_thread, ils, NULL, NULL, 0, 0, "iclacc"); in icl_listen_add_tcp()
|
| D | icl_soft.c | 1206 error = kthread_add(icl_send_thread, ic, NULL, NULL, 0, 0, "%stx", in icl_conn_start() 1217 error = kthread_add(icl_receive_thread, ic, NULL, NULL, 0, 0, "%srx", in icl_conn_start()
|
| D | iscsi.c | 1854 error = kthread_add(iscsi_maintenance_thread, is, NULL, NULL, 0, 0, "iscsimt"); in iscsi_ioctl_session_add()
|
| /freebsd-12-stable/sys/dev/nvme/ |
| D | nvme_test.c | 274 kthread_add(fn, io_test_internal, in nvme_ns_test()
|
| /freebsd-12-stable/sys/vm/ |
| D | vm_pageout.c | 2110 error = kthread_add(vm_pageout_worker, in vm_pageout() 2116 error = kthread_add(vm_pageout_laundry_worker, in vm_pageout() 2121 error = kthread_add(uma_reclaim_worker, NULL, p, NULL, 0, 0, "uma"); in vm_pageout()
|
| /freebsd-12-stable/sys/dev/virtio/balloon/ |
| D | virtio_balloon.c | 211 error = kthread_add(vtballoon_thread, sc, NULL, &sc->vtballoon_td, in vtballoon_attach()
|
| /freebsd-12-stable/sys/dev/beri/virtio/ |
| D | virtio_block.c | 521 error = kthread_add(vtblk_thread, sc, NULL, &sc->vtblk_ktd, in beri_vtblk_attach()
|
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | ocs_os.c | 644 …rc = kthread_add(ocs_thread_call_fctn, thread, NULL, &thread->tcb, (start == OCS_THREAD_CREATE) ? … in ocs_thread_create()
|
| /freebsd-12-stable/sys/fs/nandfs/ |
| D | nandfs_cleaner.c | 84 error = kthread_add((void(*)(void *))nandfs_cleaner, fsdev, NULL, in nandfs_start_cleaner()
|
| D | nandfs_vfsops.c | 1166 error = kthread_add((void(*)(void *))nandfs_syncer, nmp, NULL, in start_syncer()
|
| /freebsd-12-stable/sys/netinet/ |
| D | siftr.c | 1261 kthread_add(&siftr_pkt_manager_thread, NULL, NULL, in siftr_manage_ops()
|
| /freebsd-12-stable/sys/dev/netmap/ |
| D | netmap_freebsd.c | 1268 if((error = kthread_add(nm_kctx_worker, nmk, p, in nm_os_kctx_worker_start()
|
| /freebsd-12-stable/sys/dev/cyapa/ |
| D | cyapa.c | 440 kthread_add(cyapa_poll_thread, sc, NULL, NULL, in cyapa_start()
|
| /freebsd-12-stable/sys/rpc/ |
| D | svc.c | 1352 kthread_add(svc_thread_start, grp, pool->sp_proc, &td, 0, 0, in svc_new_thread()
|
| /freebsd-12-stable/sys/nlm/ |
| D | nlm_prot_impl.c | 784 kthread_add(nlm_client_recovery_start, host, curproc, &td, 0, 0, in nlm_host_notify()
|
| /freebsd-12-stable/share/man/man9/ |
| D | Makefile | 1274 MLINKS+=kthread.9 kthread_add.9 \
|
| /freebsd-12-stable/sys/cam/ctl/ |
| D | ctl_frontend_iscsi.c | 1290 error = kthread_add(cfiscsi_maintenance_thread, cs, NULL, NULL, 0, 0, "cfiscsimt"); in cfiscsi_session_new()
|