Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_hash_gen.h578 u32 r, numof_locks; in mtype_gc() local
588 numof_locks = ahash_numof_locks(t->htable_bits); in mtype_gc()
590 if (r >= numof_locks) { in mtype_gc()
593 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()