Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcleanup.h27 #define DEFINE_GUARD(_n, _dt, _lock, _unlock) \ argument
46 if (_T) { _unlock; }; \
125 #define _DEFINE_UNLOCK_GUARD(_n, _type, _unlock, ...) \ argument
135 _unlock; \
141 #define DEFINE_LOCK_GUARD_0(_n, _lock, _unlock, ...) \ argument
143 _DEFINE_UNLOCK_GUARD(_n, void, _unlock, __VA_ARGS__) \
147 #define DEFINE_LOCK_GUARD_1(_n, _t, _lock, _unlock, ...) \ argument
149 _DEFINE_UNLOCK_GUARD(_n, _t, _unlock, __VA_ARGS__) \
/freebsd/sys/contrib/ck/include/
H A Dck_elide.h219 ck_elide_##N##_unlock(T *lock) \
281 ck_elide_##N##_unlock(T *lock) \
307 #define CK_ELIDE_UNLOCK(NAME, LOCK) ck_elide_##NAME##_unlock(LOCK)
H A Dck_cohort.h52 #define CK_COHORT_UNLOCK(N, C, GC, LC) ck_cohort_##N##_unlock(C, GC, LC)
98 ck_cohort_##N##_unlock(CK_COHORT_INSTANCE(N) *cohort, \
/freebsd/sys/dev/aic7xxx/
H A Daic_osm_lib.h51 #define aic_unlock AIC_LIB_ENTRY(_unlock)