Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dimgact_binmisc.c102 static struct sx interp_list_sx; variable
104 #define INTERP_LIST_WLOCK() sx_xlock(&interp_list_sx)
105 #define INTERP_LIST_RLOCK() sx_slock(&interp_list_sx)
106 #define INTERP_LIST_WUNLOCK() sx_xunlock(&interp_list_sx)
107 #define INTERP_LIST_RUNLOCK() sx_sunlock(&interp_list_sx)
109 #define INTERP_LIST_LOCK_INIT() sx_init(&interp_list_sx, KMOD_NAME)
110 #define INTERP_LIST_LOCK_DESTROY() sx_destroy(&interp_list_sx)
112 #define INTERP_LIST_ASSERT_LOCKED() sx_assert(&interp_list_sx, SA_LOCKED)