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.c196 if ((u32)jiffies == list->last_gc && in __nf_conncount_add()
245 list->last_gc = (u32)jiffies; in __nf_conncount_add()
295 list->last_gc = (u32)jiffies; in nf_conncount_list_init()
310 if ((u32)jiffies == READ_ONCE(list->last_gc)) in __nf_conncount_gc_list()
340 list->last_gc = (u32)jiffies; in __nf_conncount_gc_list()
H A Dnft_set_rbtree.c37 unsigned long last_gc; member
926 priv->last_gc = jiffies; in nft_rbtree_gc_scan()
1056 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set))) in nft_rbtree_commit()
1134 priv->last_gc = jiffies; in nft_rbtree_gc_init()
H A Dnft_set_pipapo.h162 unsigned long last_gc; member
H A Dnft_set_pipapo.c1748 priv->last_gc = jiffies;
1838 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set)))
2391 priv->last_gc = jiffies;
/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 Dbtree.c1247 if (gen_after(g->last_gc, PTR_GEN(k, i))) in __bch_btree_mark_key()
1248 g->last_gc = PTR_GEN(k, i); in __bch_btree_mark_key()
1745 b->last_gc = b->gen; in btree_gc_start()