Searched defs:turnstile_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c86 * All active turnstiles reside in a global hash table, turnstile_table[].
102 * the appropriate hash chain in turnstile_table[]. This becomes the
167 #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) {

Completed in 59 milliseconds