Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c139 #define IS_UPI(sobj) \ macro
166 ((IS_UPI(sobj) ? 0 : TURNSTILE_HASH_SIZE) + TURNSTILE_SOBJ_HASH(sobj))
418 ASSERT(mp == NULL || IS_UPI(mp)); in turnstile_block()
573 ASSERT(IS_UPI(upi_lock)); in turnstile_block()