Searched refs:last_gc (Results 1 – 7 of 7) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nf_conncount.c | 196 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 D | nft_set_rbtree.c | 37 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 D | nft_set_pipapo.h | 162 unsigned long last_gc; member
|
| H A D | nft_set_pipapo.c | 1748 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 D | bcache.h | 201 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 D | extents.c | 201 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 D | btree.c | 1247 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()
|