Searched refs:hbits (Results 1 – 1 of 1) sorted by relevance
115 htable_size(u8 hbits) in htable_size() argument120 if (hbits > 31) in htable_size()122 hsize = jhash_size(hbits); in htable_size()1586 u8 hbits; in IPSET_TOKEN() local1692 hbits = fls(hashsize - 1); in IPSET_TOKEN()1693 hsize = htable_size(hbits); in IPSET_TOKEN()1699 t->hregion = ip_set_alloc(ahash_sizeof_regions(hbits)); in IPSET_TOKEN()1715 for (i = 0; i < ahash_numof_locks(hbits); i++) in IPSET_TOKEN()1739 t->htable_bits = hbits; in IPSET_TOKEN()1740 t->maxelem = h->maxelem / ahash_numof_locks(hbits); in IPSET_TOKEN()