Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dlockdep.h71 #define LOCKSTAT_POINTS 4 macro
115 unsigned long contention_point[LOCKSTAT_POINTS];
116 unsigned long contending_point[LOCKSTAT_POINTS];
140 unsigned long contention_point[LOCKSTAT_POINTS];
141 unsigned long contending_point[LOCKSTAT_POINTS];
/Linux-v5.4/kernel/locking/
Dlockdep_proc.c481 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()
496 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()
Dlockdep.c190 for (i = 0; i < LOCKSTAT_POINTS; i++) { in lock_point()
4649 if (contention_point < LOCKSTAT_POINTS) in __lock_contended()
4651 if (contending_point < LOCKSTAT_POINTS) in __lock_contended()