Searched refs:max_load (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() local47 &max_load, in bidir_daemon()
84 uint32_t max_load; /* # entries before rehash */ member722 h->max_load = (uint32_t)ceilf(hash_max_load_fact * size); in __hash_init()848 if(h->nr_ent+1 > h->max_load) in __insert()1234 if(h->nr_ent >= h->max_load) in hash_resize()1259 h->max_load = (uint32_t)ceilf(hash_max_load_fact * size); in hash_resize()1296 h->max_load = (h->max_load + 2 * h->tab_size) / 2 + 1; in hash_resize()1346 uint32_t *max_load, in __hash_sizes() argument1352 if(max_load != NULL) *max_load = h->max_load; in __hash_sizes()
78 uint32_t *max_load,
Completed in 6 milliseconds