Home
last modified time | relevance | path

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

/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h563 u32 r, numof_locks; in mtype_gc() local
573 numof_locks = ahash_numof_locks(t->htable_bits); in mtype_gc()
575 if (r >= numof_locks) { in mtype_gc()
578 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()