Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep_internals.h147 extern unsigned int nr_free_chain_hlocks;
H A Dlockdep_proc.c161 if (!nr_free_chain_hlocks) in lc_show()
308 (nr_free_chain_hlocks + nr_lost_chain_hlocks), in lockdep_stats_show()
H A Dlockdep.c3159 unsigned int nr_free_chain_hlocks; /* Free chain_hlocks in buckets */ variable
3259 nr_free_chain_hlocks += size; in add_chain_block()
3297 nr_free_chain_hlocks -= size; in del_chain_block()
3332 if (nr_free_chain_hlocks < req) in alloc_chain_hlocks()