Searched refs:ctn_hash_slot (Results 1 – 4 of 4) sorted by relevance
424 i->u.ctn_hash_slot = h->htab->entries; in ctf_dynhash_next()442 && (*i->u.ctn_hash_slot == HTAB_EMPTY_ENTRY in ctf_dynhash_next()443 || *i->u.ctn_hash_slot == HTAB_DELETED_ENTRY)) in ctf_dynhash_next()445 i->u.ctn_hash_slot++; in ctf_dynhash_next()452 slot = *i->u.ctn_hash_slot; in ctf_dynhash_next()459 i->u.ctn_hash_slot++; in ctf_dynhash_next()726 i->u.ctn_hash_slot = htab->entries; in ctf_dynset_next()744 && (*i->u.ctn_hash_slot == HTAB_EMPTY_ENTRY in ctf_dynset_next()745 || *i->u.ctn_hash_slot == HTAB_DELETED_ENTRY)) in ctf_dynset_next()747 i->u.ctn_hash_slot++; in ctf_dynset_next()[all …]
555 void **ctn_hash_slot; member