Searched refs:last_gc (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/net/netfilter/
H A Dnf_conntrack_count.h13 u32 last_gc; /* jiffies at most recent gc */ member in struct:nf_conncount_list
/linux-master/net/netfilter/
H A Dnf_conncount.c135 if (time_is_after_eq_jiffies((unsigned long)list->last_gc))
197 list->last_gc = (u32)jiffies;
222 list->last_gc = (u32)jiffies;
237 if (time_is_after_eq_jiffies((unsigned long)READ_ONCE(list->last_gc)))
271 list->last_gc = (u32)jiffies;
H A Dnft_set_pipapo.h158 * @last_gc: Timestamp of last garbage collection run, jiffies
164 unsigned long last_gc; member in struct:nft_pipapo
H A Dnft_set_rbtree.c22 unsigned long last_gc; member in struct:nft_rbtree
681 priv->last_gc = jiffies;
742 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set)))
750 priv->last_gc = jiffies;
H A Dnft_set_pipapo.c1755 priv->last_gc = jiffies;
1818 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set)))
2359 priv->last_gc = jiffies;
/linux-master/drivers/md/bcache/
H A Dextents.c199 "inconsistent btree pointer %s: bucket %zi pin %i prio %i gen %i last_gc %i mark %llu",
201 g->prio, g->gen, g->last_gc, GC_MARK(g));
531 "inconsistent extent pointer %s:\nbucket %zu pin %i prio %i gen %i last_gc %i mark %llu",
533 g->prio, g->gen, g->last_gc, GC_MARK(g));
H A Dbcache.h201 uint8_t last_gc; /* Most out of date gen in the btree */ member in struct:bucket
628 * max(gen - last_gc) for all buckets. When it gets too big we have to
912 * the oldest gen of any pointer into that bucket in the btree (last_gc).
917 return b->gen - b->last_gc;
H A Dbtree.c1249 if (gen_after(g->last_gc, PTR_GEN(k, i)))
1250 g->last_gc = PTR_GEN(k, i);
1749 b->last_gc = b->gen;
H A Dsuper.c725 b->gen = b->last_gc = d->gen;
2042 * btree_gc_finish() will give spurious errors about last_gc >

Completed in 166 milliseconds