Searched refs:tab_size (Results 1 – 3 of 3) sorted by relevance
39 uint32_t nr_ent, max_nr_ent, tab_size, max_load, min_load; in bidir_daemon() local46 &tab_size, in bidir_daemon()
82 uint32_t tab_size; /* # buckets is hashtables */ member665 return (hash % h->tab_size); in hash_to_idx()720 h->tab_size = size; in __hash_init()1196 for(i=0; i < h->tab_size; i++) in __hash_destroy()1256 old_size = h->tab_size; in hash_resize()1257 h->tab_size = size; in hash_resize()1296 h->max_load = (h->max_load + 2 * h->tab_size) / 2 + 1; in hash_resize()1317 for(i=0; i < h->tab_size; i++) in __hash_iterator()1345 uint32_t *tab_size, in __hash_sizes() argument1351 if(tab_size != NULL) *tab_size = h->tab_size; in __hash_sizes()
77 uint32_t *tab_size,
Completed in 5 milliseconds