Searched refs:dtahe_next (Results 1 – 2 of 2) sorted by relevance
564 for (h = hash->dtah_hash[ndx]; h != NULL; h = h->dtahe_next) {704 h->dtahe_next = hash->dtah_hash[ndx];1214 h->dtahe_prev->dtahe_next = h->dtahe_next;1220 hash->dtah_hash[ndx] = h->dtahe_next;1223 if (h->dtahe_next != NULL)1224 h->dtahe_next->dtahe_prev = h->dtahe_prev;
181 struct dt_ahashent *dtahe_next; /* next on hash chain */ member