Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dhashtable.c192 slot = iter->htit_slot; in ht_iter_advance()
198 iter->htit_slot = slot; in ht_iter_advance()
227 slot = iter->htit_slot; in ht_remove_at_iter()
252 iter->htit_slot = -1; /* which will increment to 0 */ in ht_iter()
H A Dhashtable.h54 ssize_t htit_slot; member