Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Dqspinlock_stat.h58 qstat_num, /* Total number of statistical counters */ enumerator
59 qstat_reset_cnts = qstat_num,
71 static const char * const qstat_names[qstat_num + 1] = {
91 static DEFINE_PER_CPU(unsigned long, qstats[qstat_num]);
117 if (counter >= qstat_num) in qstat_read()
187 for (i = 0 ; i < qstat_num; i++) in qstat_write()
220 for (i = 0; i < qstat_num; i++) in init_qspinlock_stat()