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

/linux-master/include/linux/
H A Dlockdep_types.h86 #define LOCKSTAT_POINTS 4 macro
143 unsigned long contention_point[LOCKSTAT_POINTS];
144 unsigned long contending_point[LOCKSTAT_POINTS];
168 unsigned long contention_point[LOCKSTAT_POINTS];
169 unsigned long contending_point[LOCKSTAT_POINTS];
/linux-master/kernel/locking/
H A Dlockdep_proc.c533 for (i = 0; i < LOCKSTAT_POINTS; i++) {
548 for (i = 0; i < LOCKSTAT_POINTS; i++) {
H A Dlockdep.c255 for (i = 0; i < LOCKSTAT_POINTS; i++) {
5949 if (contention_point < LOCKSTAT_POINTS)
5951 if (contending_point < LOCKSTAT_POINTS)

Completed in 110 milliseconds