Searched refs:kthread_add (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dkthread.h68 int kthread_add(void (*)(void *), void *,
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dkthread.h79 if (kthread_add(_kthread_fn, _task, NULL, &_task->task_thread, \
/freebsd-10.0-release/sys/kern/
H A Dkern_kthread.c233 error = kthread_add((void (*)(void *))kp->func, NULL,
250 kthread_add(void (*func)(void *), void *arg, struct proc *p, function
257 panic("kthread_add called too soon");
463 error = kthread_add(func, arg, *procptr,
H A Dsubr_taskqueue.c486 error = kthread_add(taskqueue_thread_loop, tqp, NULL,
489 error = kthread_add(taskqueue_thread_loop, tqp, NULL,
494 printf("%s: kthread_add(%s): error %d", __func__,
/freebsd-10.0-release/sys/cddl/dev/cyclic/
H A Dcyclic_test.c259 error = kthread_add(cyclic_run_tests, (void *)(uintptr_t) cmd,
/freebsd-10.0-release/sys/dev/nvme/
H A Dnvme_test.c289 kthread_add(fn, io_test_internal,
/freebsd-10.0-release/sys/dev/iscsi/
H A Dicl_proxy.c352 error = kthread_add(icl_accept_thread, ils, NULL, NULL, 0, 0, "iclacc");
354 ICL_WARN("kthread_add failed with error %d", error);
H A Dicl.c1058 error = kthread_add(icl_send_thread, ic, NULL, NULL, 0, 0, "icltx");
1060 ICL_WARN("kthread_add(9) failed with error %d", error);
1065 error = kthread_add(icl_receive_thread, ic, NULL, NULL, 0, 0, "iclrx");
1067 ICL_WARN("kthread_add(9) failed with error %d", error);
H A Discsi.c1655 error = kthread_add(iscsi_maintenance_thread, is, NULL, NULL, 0, 0, "iscsimt");
1657 ISCSI_SESSION_WARN(is, "kthread_add(9) failed with error %d", error);
/freebsd-10.0-release/sys/dev/virtio/balloon/
H A Dvirtio_balloon.c209 error = kthread_add(vtballoon_thread, sc, NULL, &sc->vtballoon_td,
/freebsd-10.0-release/sys/fs/nandfs/
H A Dnandfs_cleaner.c82 error = kthread_add((void(*)(void *))nandfs_cleaner, fsdev, NULL,
H A Dnandfs_vfsops.c1155 error = kthread_add((void(*)(void *))nandfs_syncer, nmp, NULL,
/freebsd-10.0-release/sys/netinet/
H A Dsiftr.c1219 ret = kthread_add(&siftr_pkt_manager_thread, NULL, NULL,
/freebsd-10.0-release/sys/rpc/
H A Dsvc.c1208 kthread_add(svc_thread_start, pool,
/freebsd-10.0-release/sys/vm/
H A Dvm_pageout.c1688 error = kthread_add(vm_pageout_worker, (void *)(uintptr_t)i,
/freebsd-10.0-release/share/man/man9/
H A DMakefile802 MLINKS+=kthread.9 kthread_add.9 \
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend_iscsi.c1214 error = kthread_add(cfiscsi_maintenance_thread, cs, NULL, NULL, 0, 0, "cfiscsimt");
1216 CFISCSI_SESSION_WARN(cs, "kthread_add(9) failed with error %d", error);
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot_impl.c799 kthread_add(nlm_client_recovery_start, host, curproc, &td, 0, 0,

Completed in 156 milliseconds