Searched refs:htbl_size (Results 1 – 1 of 1) sorted by relevance
64 size_t htbl_size; /* size of the hash */ member72 ((htbl)->htbl_ptrs[(htbl)->htbl_hash((arg), 0) % (htbl)->htbl_size])208 if (htbl->htbl_grow && htbl->htbl_ifcount >= htbl->htbl_size * 5) in hash_link()211 hep = &htbl->htbl_ptrs[hval % htbl->htbl_size]; in hash_link()255 ahash_tbl.htbl_size = initial_size; in iftbl_alloc()256 bhash_tbl.htbl_size = initial_size; in iftbl_alloc()257 ihash_tbl.htbl_size = initial_size; in iftbl_alloc()258 nhash_tbl.htbl_size = initial_size; in iftbl_alloc()290 old_size = htbl->htbl_size; in htbl_grow()292 htbl->htbl_size = new_size; in htbl_grow()[all …]