Lines Matching refs:hh_next
306 _thh = _thh->hh_next; \
619 if ((out)->hh.hh_next) DECLTYPE_ASSIGN(out,ELMT_FROM_HH(tbl,(out)->hh.hh_next)); \
628 (addhh)->hh_next = head.hh_head; \
642 (head).hh_head = hh_del->hh_next; \
645 hh_del->hh_prev->hh_next = hh_del->hh_next; \
647 if (hh_del->hh_next) { \
648 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
699 _he_hh_nxt = _he_thh->hh_next; \
708 _he_thh->hh_next = _he_newbkt->hh_head; \
835 _src_hh = _src_hh->hh_next) { \
957 struct UT_hash_handle *hh_next; /* next hh in bucket order */ member