Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlockdep_types.h87 #define LOCKSTAT_POINTS 4 macro
144 unsigned long contention_point[LOCKSTAT_POINTS];
145 unsigned long contending_point[LOCKSTAT_POINTS];
169 unsigned long contention_point[LOCKSTAT_POINTS];
170 unsigned long contending_point[LOCKSTAT_POINTS];
/linux/kernel/locking/
H A Dlockdep_proc.c535 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()
550 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()
H A Dlockdep.c261 for (i = 0; i < LOCKSTAT_POINTS; i++) { in lock_point()
6071 if (contention_point < LOCKSTAT_POINTS) in __lock_contended()
6073 if (contending_point < LOCKSTAT_POINTS) in __lock_contended()