Searched refs:ciss_notify_thread (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/ciss/ |
| H A D | cissvar.h | 229 struct proc *ciss_notify_thread; member
|
| H A D | ciss.c | 4142 ciss_notify_thread(void *arg) in ciss_notify_thread() function 4180 sc->ciss_notify_thread = NULL; in ciss_notify_thread() 4181 wakeup(&sc->ciss_notify_thread); in ciss_notify_thread() 4194 if (kproc_create((void(*)(void *))ciss_notify_thread, sc, in ciss_spawn_notify_thread() 4195 &sc->ciss_notify_thread, 0, 0, "ciss_notify%d", in ciss_spawn_notify_thread() 4207 if (sc->ciss_notify_thread == NULL) in ciss_kill_notify_thread() 4212 msleep(&sc->ciss_notify_thread, &sc->ciss_mtx, PUSER, "thtrm", 0); in ciss_kill_notify_thread()
|