Searched refs:turnstile_chain_t (Results 1 – 2 of 2) sorted by relevance
172 } turnstile_chain_t; typedef174 turnstile_chain_t turnstile_table[2 * TURNSTILE_HASH_SIZE];285 turnstile_chain_t *tc = &TURNSTILE_CHAIN(sobj); in turnstile_lookup()413 turnstile_chain_t *tc = &TURNSTILE_CHAIN(sobj); in turnstile_block()661 turnstile_chain_t *tc = &TURNSTILE_CHAIN(ts->ts_sobj); in turnstile_dequeue()720 turnstile_chain_t *tc = &TURNSTILE_CHAIN(ts->ts_sobj); in turnstile_wakeup()
695 } turnstile_chain_t; typedef711 turnstile_chain_t tc; in sobj2ts()727 ttable = (uintptr_t)sym.st_value + sizeof (turnstile_chain_t) * ttoff; in sobj2ts()729 if (mdb_vread(&tc, sizeof (turnstile_chain_t), ttable) == -1) { in sobj2ts()