Searched refs:hbits (Results 1 – 2 of 2) sorted by relevance
107 htable_size(u8 hbits) in htable_size() argument 112 if (hbits > 31) in htable_size() 114 hsize = jhash_size(hbits); in htable_size() 1464 u8 hbits; in IPSET_TOKEN() local 1561 hbits = fls(hashsize - 1); in IPSET_TOKEN() 1562 hsize = htable_size(hbits); in IPSET_TOKEN() 1572 t->hregion = ip_set_alloc(ahash_sizeof_regions(hbits)); in IPSET_TOKEN() 1579 for (i = 0; i < ahash_numof_locks(hbits); i++) in IPSET_TOKEN() 1603 t->htable_bits = hbits; in IPSET_TOKEN() 1604 t->maxelem = h->maxelem / ahash_numof_locks(hbits); in IPSET_TOKEN() [all...]
280 u32 hbits = ~(u32) K; in emit_set_const_sext() local283 emit(SETHI(hbits, reg), ctx); in emit_set_const_sext()