Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlockdep.h63 #define LOCKSTAT_POINTS 4 macro
111 unsigned long contention_point[LOCKSTAT_POINTS];
112 unsigned long contending_point[LOCKSTAT_POINTS];
136 unsigned long contention_point[LOCKSTAT_POINTS];
137 unsigned long contending_point[LOCKSTAT_POINTS];
/Linux-v4.19/kernel/locking/
Dlockdep_proc.c473 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()
488 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()
Dlockdep.c167 for (i = 0; i < LOCKSTAT_POINTS; i++) { in lock_point()
4063 if (contention_point < LOCKSTAT_POINTS) in __lock_contended()
4065 if (contending_point < LOCKSTAT_POINTS) in __lock_contended()