Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_conncount.c135 if (time_is_after_eq_jiffies((unsigned long)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 (time_is_after_eq_jiffies((unsigned long)READ_ONCE(list->last_gc))) in nf_conncount_gc_list()
271 list->last_gc = (u32)jiffies; in nf_conncount_gc_list()
Dnft_set_pipapo.h166 unsigned long last_gc; member
Dnft_set_pipapo.c1584 priv->last_gc = jiffies;
1642 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set)))
2212 priv->last_gc = jiffies;
/linux-5.19.10/include/net/netfilter/
Dnf_conntrack_count.h13 u32 last_gc; /* jiffies at most recent gc */ member
/linux-5.19.10/drivers/md/bcache/
Dbcache.h201 uint8_t last_gc; /* Most out of date gen in the btree */ member
914 return b->gen - b->last_gc; in bucket_gc_gen()
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()
Dbtree.c1214 if (gen_after(g->last_gc, PTR_GEN(k, i))) in __bch_btree_mark_key()
1215 g->last_gc = PTR_GEN(k, i); in __bch_btree_mark_key()
1711 b->last_gc = b->gen; in btree_gc_start()
Dsuper.c726 b->gen = b->last_gc = d->gen; in prio_read()