Home
last modified time | relevance | path

Searched refs:tab_size (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/tools/memshr/
A Dbidir-daemon.c39 uint32_t nr_ent, max_nr_ent, tab_size, max_load, min_load; in bidir_daemon() local
46 &tab_size, in bidir_daemon()
A Dbidir-hash.c82 uint32_t tab_size; /* # buckets is hashtables */ member
665 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() argument
1351 if(tab_size != NULL) *tab_size = h->tab_size; in __hash_sizes()
A Dbidir-namedefs.h77 uint32_t *tab_size,

Completed in 5 milliseconds