Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/ctl/
H A DREADME.ctl.txt267 ctl_work_thread() This is the primary work thread, and everything gets
H A Dctl.c550 static void ctl_work_thread(void *arg);
1966 error = kproc_kthread_add(ctl_work_thread, thr, in ctl_init()
13347 ctl_work_thread(void *arg) function