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

/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt293 ctl_work_thread() This is the primary work thread, and everything gets
H A Dctl.c436 static void ctl_work_thread(void *arg);
1095 error = kproc_create(ctl_work_thread, softc, &softc->work_thread, 0, 0,
12620 * LUN lookup will likely move to the ctl_work_thread() once we
12873 ctl_work_thread(void *arg) function
12880 CTL_DEBUG_PRINT(("ctl_work_thread starting\n"));

Completed in 113 milliseconds