Lines Matching defs:hh_head
526 _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \
746 if ((head).hh_head != NULL) { \
747 DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (head).hh_head)); \
770 (addhh)->hh_next = _ha_head->hh_head; \
772 if (_ha_head->hh_head != NULL) { \
773 _ha_head->hh_head->hh_prev = (addhh); \
775 _ha_head->hh_head = (addhh); \
792 if (_hd_head->hh_head == (delhh)) { \
793 _hd_head->hh_head = (delhh)->hh_next; \
850 _he_thh = (tbl)->buckets[ _he_bkt_i ].hh_head; \
862 _he_thh->hh_next = _he_newbkt->hh_head; \
863 if (_he_newbkt->hh_head != NULL) { \
864 _he_newbkt->hh_head->hh_prev = _he_thh; \
866 _he_newbkt->hh_head = _he_thh; \
986 for (_src_hh = (src)->hh_src.tbl->buckets[_src_bkt].hh_head; \
1069 struct UT_hash_handle *hh_head;