Searched refs:_unlock (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | cleanup.h | 19 #define DEFINE_GUARD(_n, _dt, _lock, _unlock) \ argument 38 if (_T) { _unlock; }; \
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_elide.h | 219 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 D | ck_cohort.h | 52 #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 D | aic_osm_lib.h | 51 #define aic_unlock AIC_LIB_ENTRY(_unlock)
|