Searched refs:hhook_head_list_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_hhook.c68 static struct mtx hhook_head_list_lock; variable in typeref:struct:mtx
69 MTX_SYSINIT(hhookheadlistlock, &hhook_head_list_lock, "hhook_head list lock",
72 /* Protected by hhook_head_list_lock. */
79 #define HHHLIST_LOCK() mtx_lock(&hhook_head_list_lock)
80 #define HHHLIST_UNLOCK() mtx_unlock(&hhook_head_list_lock)
81 #define HHHLIST_LOCK_ASSERT() mtx_assert(&hhook_head_list_lock, MA_OWNED)
178 * hhook_head_list_lock held.
182 * the hhook_head_list_lock held). The hhook_head_list_lock is then dropped, and
195 * Accessing n_hhookheads without hhook_head_list_lock hel
[all...]

Completed in 79 milliseconds