Home
last modified time | relevance | path

Searched refs:nr_lost_chain_hlocks (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/kernel/locking/
Dlockdep_internals.h148 extern unsigned int nr_lost_chain_hlocks;
Dlockdep_proc.c310 (nr_free_chain_hlocks + nr_lost_chain_hlocks), in lockdep_stats_show()
313 nr_lost_chain_hlocks); in lockdep_stats_show()
Dlockdep.c3327 unsigned int nr_lost_chain_hlocks; /* Lost chain_hlocks */ variable
3422 nr_lost_chain_hlocks++; in add_chain_block()