Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/ipset/
Dip_set_hash_gen.h106 htable_size(u8 hbits) in htable_size() argument
111 if (hbits > 31) in htable_size()
113 hsize = jhash_size(hbits); in htable_size()
1431 u8 hbits; in IPSET_TOKEN() local
1500 hbits = fls(hashsize - 1); in IPSET_TOKEN()
1501 hsize = htable_size(hbits); in IPSET_TOKEN()
1511 t->hregion = ip_set_alloc(ahash_sizeof_regions(hbits)); in IPSET_TOKEN()
1518 for (i = 0; i < ahash_numof_locks(hbits); i++) in IPSET_TOKEN()
1541 t->htable_bits = hbits; in IPSET_TOKEN()
1542 t->maxelem = h->maxelem / ahash_numof_locks(hbits); in IPSET_TOKEN()
/Linux-v6.1/arch/arm64/include/asm/
Dassembler.h177 .macro regs_to_64, rd, lbits, hbits
179 .macro regs_to_64, rd, hbits, lbits
181 orr \rd, \lbits, \hbits, lsl #32
/Linux-v6.1/arch/sparc/net/
Dbpf_jit_comp_64.c280 u32 hbits = ~(u32) K; in emit_set_const_sext() local
283 emit(SETHI(hbits, reg), ctx); in emit_set_const_sext()