Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dlockdep_types.h85 #define LOCKSTAT_POINTS 4 macro
134 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];
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep_proc.c531 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()
546 for (i = 0; i < LOCKSTAT_POINTS; i++) { in seq_stats()
H A Dlockdep.c223 for (i = 0; i < LOCKSTAT_POINTS; i++) { in lock_point()
5728 if (contention_point < LOCKSTAT_POINTS) in __lock_contended()
5730 if (contending_point < LOCKSTAT_POINTS) in __lock_contended()