Lines Matching refs:hh_next
268 _thh = _thh->hh_next; \
644 if (out->hh.hh_next) DECLTYPE_ASSIGN(out,ELMT_FROM_HH(tbl,out->hh.hh_next)); \
653 (addhh)->hh_next = head.hh_head; \
667 (head).hh_head = hh_del->hh_next; \
670 hh_del->hh_prev->hh_next = hh_del->hh_next; \
672 if (hh_del->hh_next) { \
673 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
724 _he_hh_nxt = _he_thh->hh_next; \
733 _he_thh->hh_next = _he_newbkt->hh_head; \
852 _src_hh = _src_hh->hh_next) { \
966 struct UT_hash_handle *hh_next; /* next hh in bucket order */ member