Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dturnstile.c167 #define TURNSTILE_CHAIN(sobj) turnstile_table[TURNSTILE_SOBJ_BUCKET(sobj)]
174 turnstile_chain_t turnstile_table[2 * TURNSTILE_HASH_SIZE]; variable
359 if (olp >= (lock_t *)turnstile_table && olp < wlp) { in turnstile_interlock()