Searched refs:khelp_list_lock (Results 1 – 1 of 1) sorted by relevance
53 static struct rwlock khelp_list_lock; variable54 RW_SYSINIT(khelplistlock, &khelp_list_lock, "helper list lock");62 #define KHELP_LIST_WLOCK() rw_wlock(&khelp_list_lock)63 #define KHELP_LIST_WUNLOCK() rw_wunlock(&khelp_list_lock)64 #define KHELP_LIST_RLOCK() rw_rlock(&khelp_list_lock)65 #define KHELP_LIST_RUNLOCK() rw_runlock(&khelp_list_lock)66 #define KHELP_LIST_LOCK_ASSERT() rw_assert(&khelp_list_lock, RA_LOCKED)