Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_binmisc.c101 static struct sx interp_list_sx; variable
103 #define INTERP_LIST_WLOCK() sx_xlock(&interp_list_sx)
104 #define INTERP_LIST_RLOCK() sx_slock(&interp_list_sx)
105 #define INTERP_LIST_WUNLOCK() sx_xunlock(&interp_list_sx)
106 #define INTERP_LIST_RUNLOCK() sx_sunlock(&interp_list_sx)
108 #define INTERP_LIST_LOCK_INIT() sx_init(&interp_list_sx, KMOD_NAME)
109 #define INTERP_LIST_LOCK_DESTROY() sx_destroy(&interp_list_sx)
111 #define INTERP_LIST_ASSERT_LOCKED() sx_assert(&interp_list_sx, SA_LOCKED)