Lines Matching refs:num_items
165 (head)->hh.tbl->num_items++; \
222 (head)->hh.tbl->num_items--; \
276 if (_count != (head)->hh.tbl->num_items) { \
278 (head)->hh.tbl->num_items, _count ); \
294 if (_count != (head)->hh.tbl->num_items) { \
296 (head)->hh.tbl->num_items, _count ); \
717 (tbl->num_items >> (tbl->log2_num_buckets+1)) + \
718 ((tbl->num_items & ((tbl->num_buckets*2)-1)) ? 1 : 0); \
744 tbl->ineff_expands = (tbl->nonideal_items > (tbl->num_items >> 1)) ? \
870 (dst)->hh_dst.tbl->num_items++; \
902 #define HASH_CNT(hh,head) ((head)?((head)->hh.tbl->num_items):0)
931 unsigned num_items; member