Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_hash_gen.h85 #define ahash_numof_locks(htable_bits) \ macro
89 (ahash_numof_locks(htable_bits) * sizeof(struct ip_set_region))
91 ((n) % ahash_numof_locks(htable_bits))
417 for (r = 0; r < ahash_numof_locks(t->htable_bits); r++) { in mtype_flush()
588 numof_locks = ahash_numof_locks(t->htable_bits); in mtype_gc()
674 t->maxelem = h->maxelem / ahash_numof_locks(htable_bits); in mtype_resize()
675 for (i = 0; i < ahash_numof_locks(htable_bits); i++) in mtype_resize()
686 for (r = 0; r < ahash_numof_locks(orig->htable_bits); r++) { in mtype_resize()
823 for (r = 0; r < ahash_numof_locks(t->htable_bits); r++) { in mtype_ext_size()
874 for (e = 0; e < ahash_numof_locks(t->htable_bits); e++) in mtype_add()
[all …]