Lines Matching refs:hh_next
419 _thh = _thh->hh_next; \
727 if ((out)->hh.hh_next != NULL) { \
728 DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (out)->hh.hh_next)); \
739 (addhh)->hh_next = head.hh_head; \
753 (head).hh_head = hh_del->hh_next; \
756 hh_del->hh_prev->hh_next = hh_del->hh_next; \
758 if (hh_del->hh_next) { \
759 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
810 _he_hh_nxt = _he_thh->hh_next; \
819 _he_thh->hh_next = _he_newbkt->hh_head; \
946 _src_hh = _src_hh->hh_next) { \
1068 struct UT_hash_handle *hh_next; /* next hh in bucket order */ member