Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/ipset/
Dip_set_hash_gen.h551 u32 r, numof_locks; in mtype_gc() local
561 numof_locks = ahash_numof_locks(t->htable_bits); in mtype_gc()
563 if (r >= numof_locks) { in mtype_gc()
566 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()