Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c708 int ttoff; in sobj2ts() local
721 ttoff = (isupi ? 0 : TURNSTILE_HASH_SIZE) + TURNSTILE_SOBJ_HASH(addr); in sobj2ts()
727 ttable = (uintptr_t)sym.st_value + sizeof (turnstile_chain_t) * ttoff; in sobj2ts()