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

/freebsd-10-stable/sys/sys/
H A Dkthread.h68 int kthread_add(void (*)(void *), void *,
/freebsd-10-stable/sys/ofed/include/linux/
H A Dkthread.h80 if (kthread_add(_kthread_fn, _task, NULL, &_task->task_thread, \
/freebsd-10-stable/sys/kern/
H A Dkern_kthread.c234 error = kthread_add((void (*)(void *))kp->func, NULL,
251 kthread_add(void (*func)(void *), void *arg, struct proc *p, function
258 panic("kthread_add called too soon");
470 error = kthread_add(func, arg, *procptr,
H A Dsubr_taskqueue.c582 error = kthread_add(taskqueue_thread_loop, tqp, NULL,
585 error = kthread_add(taskqueue_thread_loop, tqp, NULL,
590 printf("%s: kthread_add(%s): error %d", __func__,
/freebsd-10-stable/sys/dev/nvme/
H A Dnvme_test.c289 kthread_add(fn, io_test_internal,
/freebsd-10-stable/sys/dev/iscsi/
H A Dicl_proxy.c356 error = kthread_add(icl_accept_thread, ils, NULL, NULL, 0, 0, "iclacc");
358 ICL_WARN("kthread_add failed with error %d", error);
H A Dicl.c1237 error = kthread_add(icl_send_thread, ic, NULL, NULL, 0, 0, "%stx",
1240 ICL_WARN("kthread_add(9) failed with error %d", error);
1248 error = kthread_add(icl_receive_thread, ic, NULL, NULL, 0, 0, "%srx",
1251 ICL_WARN("kthread_add(9) failed with error %d", error);
H A Discsi.c1772 error = kthread_add(iscsi_maintenance_thread, is, NULL, NULL, 0, 0, "iscsimt");
1774 ISCSI_SESSION_WARN(is, "kthread_add(9) failed with error %d", error);
/freebsd-10-stable/sys/dev/virtio/balloon/
H A Dvirtio_balloon.c209 error = kthread_add(vtballoon_thread, sc, NULL, &sc->vtballoon_td,
/freebsd-10-stable/sys/fs/nandfs/
H A Dnandfs_cleaner.c82 error = kthread_add((void(*)(void *))nandfs_cleaner, fsdev, NULL,
H A Dnandfs_vfsops.c1157 error = kthread_add((void(*)(void *))nandfs_syncer, nmp, NULL,
/freebsd-10-stable/sys/vm/
H A Dvm_pageout.c1844 error = kthread_add(vm_pageout_worker, (void *)(uintptr_t)i,
1852 error = kthread_add(uma_reclaim_worker, NULL, curproc, NULL,
/freebsd-10-stable/sys/netinet/
H A Dsiftr.c1230 ret = kthread_add(&siftr_pkt_manager_thread, NULL, NULL,
/freebsd-10-stable/sys/rpc/
H A Dsvc.c1345 kthread_add(svc_thread_start, grp, pool->sp_proc, &td, 0, 0,
/freebsd-10-stable/share/man/man9/
H A DMakefile818 MLINKS+=kthread.9 kthread_add.9 \
/freebsd-10-stable/sys/nlm/
H A Dnlm_prot_impl.c799 kthread_add(nlm_client_recovery_start, host, curproc, &td, 0, 0,
/freebsd-10-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c1231 error = kthread_add(cfiscsi_maintenance_thread, cs, NULL, NULL, 0, 0, "cfiscsimt");
1233 CFISCSI_SESSION_WARN(cs, "kthread_add(9) failed with error %d", error);

Completed in 152 milliseconds