Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/include/
H A Dck_rwcohort.h109 if (CK_COHORT_LOCKED(N, cohort, global_context, \
114 while (CK_COHORT_LOCKED(N, cohort, global_context, \
226 while (CK_COHORT_LOCKED(N, cohort, global_context, \
H A Dck_cohort.h54 #define CK_COHORT_LOCKED(N, C, GC, LC) ck_cohort_##N##_locked(C, GC, LC) macro