Searched refs:hh_next (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_hash.c212 hnext = hptr->hh_next;
214 * enforce ordering of load of hptr->hh_next
251 for (hptr = bucket->hb_head; hptr; hptr = hptr->hh_next) {
314 p = p->hh_next) {
332 hptr->hh_next = p;
334 p->hh_prev->hh_next = hptr;
339 hptr->hh_next = NULL;
342 bucket->hb_tail->hh_next = hptr;
408 hptr->hh_prev->hh_next = hptr->hh_next;
[all...]
H A Dsd_hash.h42 struct _sd_hash_hd *hh_next; /* hash table */ member in struct:_sd_hash_hd
H A Dsd_ft.c716 hptr = hptr->hh_next;
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1048 wsp->walk_addr = (uintptr_t)hash_entry.hh_next;

Completed in 52 milliseconds