Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h562 u32 r, numof_locks; in mtype_gc() local
572 numof_locks = ahash_numof_locks(t->htable_bits); in mtype_gc()
574 if (r >= numof_locks) { in mtype_gc()
577 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()