Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlockdep.h60 #define LOCKSTAT_POINTS 4 macro
108 unsigned long contention_point[LOCKSTAT_POINTS];
109 unsigned long contending_point[LOCKSTAT_POINTS];
133 unsigned long contention_point[LOCKSTAT_POINTS];
134 unsigned long contending_point[LOCKSTAT_POINTS];
/linux-4.4.14/kernel/locking/
Dlockdep_proc.c502 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()
517 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()
Dlockdep.c165 for (i = 0; i < LOCKSTAT_POINTS; i++) { in lock_point()
3748 if (contention_point < LOCKSTAT_POINTS) in __lock_contended()
3750 if (contending_point < LOCKSTAT_POINTS) in __lock_contended()