Searched refs:LOCKSTAT_POINTS (Results 1 – 3 of 3) sorted by relevance
85 #define LOCKSTAT_POINTS 4 macro134 unsigned long contention_point[LOCKSTAT_POINTS];135 unsigned long contending_point[LOCKSTAT_POINTS];159 unsigned long contention_point[LOCKSTAT_POINTS];160 unsigned long contending_point[LOCKSTAT_POINTS];
506 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()521 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()
226 for (i = 0; i < LOCKSTAT_POINTS; i++) { in lock_point()5804 if (contention_point < LOCKSTAT_POINTS) in __lock_contended()5806 if (contending_point < LOCKSTAT_POINTS) in __lock_contended()
Completed in 15 milliseconds