Searched refs:kq_global (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_event.c | 88 static struct mtx kq_global; variable 89 MTX_SYSINIT(kq_global, &kq_global, "kqueue order", MTX_DEF); 1454 KQ_GLOBAL_LOCK(&kq_global, haskqglobal); in kqueue_register() 1496 KQ_GLOBAL_UNLOCK(&kq_global, haskqglobal); in kqueue_register() 1627 KQ_GLOBAL_UNLOCK(&kq_global, haskqglobal); in kqueue_register() 1771 KQ_GLOBAL_LOCK(&kq_global, haskqglobal); in kqueue_task() 1781 KQ_GLOBAL_UNLOCK(&kq_global, haskqglobal); in kqueue_task() 1916 KQ_GLOBAL_LOCK(&kq_global, haskqglobal); in kqueue_scan() 1920 KQ_GLOBAL_UNLOCK(&kq_global, haskqglobal); in kqueue_scan() 1936 KQ_GLOBAL_UNLOCK(&kq_global, haskqglobal); in kqueue_scan()
|