Searched refs:ald_mtx (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_alq.c | 98 static struct mtx ald_mtx; variable 106 #define ALD_LOCK() mtx_lock(&ald_mtx) 107 #define ALD_UNLOCK() mtx_unlock(&ald_mtx) 186 mtx_init(&ald_mtx, "ALDmtx", NULL, MTX_DEF|MTX_QUIET); in ald_startup() 207 mtx_sleep(&ald_active, &ald_mtx, PWAIT, "aldslp", 0); in ald_daemon() 255 mtx_sleep(ald_proc, &ald_mtx, PWAIT, "aldslp", 0); in ald_shutdown() 943 mtx_destroy(&ald_mtx); in alq_load_handler()
|