Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_alq.c97 static struct mtx ald_mtx; variable
105 #define ALD_LOCK() mtx_lock(&ald_mtx)
106 #define ALD_UNLOCK() mtx_unlock(&ald_mtx)
185 mtx_init(&ald_mtx, "ALDmtx", NULL, MTX_DEF|MTX_QUIET); in ald_startup()
206 mtx_sleep(&ald_active, &ald_mtx, PWAIT, "aldslp", 0); in ald_daemon()
257 mtx_sleep(ald_proc, &ald_mtx, PWAIT, "aldslp", 0); in ald_shutdown()
943 mtx_destroy(&ald_mtx); in alq_load_handler()