Searched refs:hbits (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/net/netfilter/ipset/ |
| D | ip_set_hash_gen.h | 131 htable_size(u8 hbits) in htable_size() argument 136 if (hbits > 31) in htable_size() 138 hsize = jhash_size(hbits); in htable_size() 1458 u8 hbits; in IPSET_TOKEN() local 1523 hbits = htable_bits(hashsize); in IPSET_TOKEN() 1524 hsize = htable_size(hbits); in IPSET_TOKEN() 1534 t->hregion = ip_set_alloc(ahash_sizeof_regions(hbits)); in IPSET_TOKEN() 1541 for (i = 0; i < ahash_numof_locks(hbits); i++) in IPSET_TOKEN() 1552 t->htable_bits = hbits; in IPSET_TOKEN() 1553 t->maxelem = h->maxelem / ahash_numof_locks(hbits); in IPSET_TOKEN()
|
| /Linux-v5.10/arch/arm64/include/asm/ |
| D | assembler.h | 173 .macro regs_to_64, rd, lbits, hbits 175 .macro regs_to_64, rd, hbits, lbits 177 orr \rd, \lbits, \hbits, lsl #32
|
| /Linux-v5.10/arch/sparc/net/ |
| D | bpf_jit_comp_64.c | 280 u32 hbits = ~(u32) K; in emit_set_const_sext() local 283 emit(SETHI(hbits, reg), ctx); in emit_set_const_sext()
|