Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conncount.c185 if ((u32)jiffies == list->last_gc) in __nf_conncount_add()
232 list->last_gc = (u32)jiffies; in __nf_conncount_add()
280 list->last_gc = (u32)jiffies; in nf_conncount_list_init()
295 if ((u32)jiffies == READ_ONCE(list->last_gc)) in __nf_conncount_gc_list()
325 list->last_gc = (u32)jiffies; in __nf_conncount_gc_list()
H A Dnft_set_rbtree.c22 unsigned long last_gc; member
698 priv->last_gc = jiffies; in nft_rbtree_gc()
759 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set))) in nft_rbtree_commit()
767 priv->last_gc = jiffies; in nft_rbtree_gc_init()
H A Dnft_set_pipapo.c1747 priv->last_gc = jiffies;
1810 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set)))
2351 priv->last_gc = jiffies;
/linux/include/net/netfilter/
H A Dnf_conntrack_count.h13 u32 last_gc; /* jiffies at most recent gc */ member
/linux/drivers/md/bcache/
H A Dbcache.h201 uint8_t last_gc; /* Most out of date gen in the btree */ member
925 return b->gen - b->last_gc; in bucket_gc_gen()
H A Dextents.c201 g->prio, g->gen, g->last_gc, GC_MARK(g)); in btree_ptr_bad_expensive()
533 g->prio, g->gen, g->last_gc, GC_MARK(g)); in bch_extent_bad_expensive()
H A Dsuper.c725 b->gen = b->last_gc = d->gen; in prio_read()