Searched refs:last_gc (Results 1 – 8 of 8) sorted by relevance
/linux/net/netfilter/ |
H A D | nf_conncount.c | 135 if ((u32)jiffies == list->last_gc) in __nf_conncount_add() 197 list->last_gc = (u32)jiffies; in __nf_conncount_add() 222 list->last_gc = (u32)jiffies; in nf_conncount_list_init() 237 if ((u32)jiffies == READ_ONCE(list->last_gc)) in nf_conncount_gc_list() 271 list->last_gc = (u32)jiffies; in nf_conncount_gc_list()
|
H A D | nft_set_pipapo.h | 164 unsigned long last_gc; member
|
H A D | nft_set_pipapo.c | 1756 priv->last_gc = jiffies; 1819 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set))) 2360 priv->last_gc = jiffies;
|
/linux/include/net/netfilter/ |
H A D | nf_conntrack_count.h | 13 u32 last_gc; /* jiffies at most recent gc */ member
|
/linux/drivers/md/bcache/ |
H A D | bcache.h | 201 uint8_t last_gc; /* Most out of date gen in the btree */ member 918 return b->gen - b->last_gc; in bucket_gc_gen()
|
H A D | extents.c | 202 g->prio, g->gen, g->last_gc, GC_MARK(g)); in btree_ptr_bad_expensive() 540 g->prio, g->gen, g->last_gc, GC_MARK(g)); in bch_extent_bad_expensive()
|
H A D | btree.c | 1249 if (gen_after(g->last_gc, PTR_GEN(k, i))) in __bch_btree_mark_key() 1250 g->last_gc = PTR_GEN(k, i); in __bch_btree_mark_key() 1752 b->last_gc = b->gen; in btree_gc_start()
|
H A D | super.c | 725 b->gen = b->last_gc = d->gen; in prio_read()
|