Home
last modified time | relevance | path

Searched refs:forced_gc_runs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h126 unsigned long forced_gc_runs; /* number of forced GC runs */ member
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h129 unsigned long forced_gc_runs; /* number of forced GC runs */ member
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c235 NEIGH_CACHE_STAT_INC(tbl, forced_gc_runs); in neigh_forced_gc()
2121 ndst.ndts_forced_gc_runs += READ_ONCE(st->forced_gc_runs); in neightbl_fill_info()
3336 seq_printf(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs unresolved_discards table_fulls\n"); in neigh_stat_seq_show()
3357 st->forced_gc_runs, in neigh_stat_seq_show()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c262 NEIGH_CACHE_STAT_INC(tbl, forced_gc_runs); in neigh_forced_gc()
2228 ndst.ndts_forced_gc_runs += READ_ONCE(st->forced_gc_runs); in neightbl_fill_info()
3469 seq_puts(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs unresolved_discards table_fulls\n"); in neigh_stat_seq_show()
3491 st->forced_gc_runs, in neigh_stat_seq_show()

Completed in 12 milliseconds