Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h115 unsigned long hash_grows; /* number of hash resizes */ member
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h118 unsigned long hash_grows; /* number of hash resizes */ member
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c527 NEIGH_CACHE_STAT_INC(tbl, hash_grows); in neigh_hash_grow()
2114 ndst.ndts_hash_grows += READ_ONCE(st->hash_grows); 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()
3346 st->hash_grows, in neigh_stat_seq_show()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c583 NEIGH_CACHE_STAT_INC(tbl, hash_grows); in neigh_hash_grow()
2221 ndst.ndts_hash_grows += READ_ONCE(st->hash_grows); 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()
3480 st->hash_grows, in neigh_stat_seq_show()

Completed in 12 milliseconds