Home
last modified time | relevance | path

Searched refs:ctl_work_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/ctl/
H A DREADME.ctl.txt266 ctl_work_thread() This is the primary work thread, and everything gets
H A Dctl.c484 static void ctl_work_thread(void *arg);
2013 error = kproc_kthread_add(ctl_work_thread, thr, in ctl_init()
14300 ctl_work_thread(void *arg) function