Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_test_rqspinlock.c29 static const unsigned int rqsl_hist_ms[] = { variable
34 #define RQSL_NR_HIST_BUCKETS ARRAY_SIZE(rqsl_hist_ms)
120 if (delta_ms <= rqsl_hist_ms[i]) in rqsl_hist_bucket_idx()
328 if (rqsl_hist_ms[i] > RQSL_SLOW_THRESHOLD_MS && in rqsl_print_histograms()
366 start_ms = i == 0 ? 0 : rqsl_hist_ms[i - 1] + 1; in rqsl_print_histograms()
373 start_ms, rqsl_hist_ms[i], in rqsl_print_histograms()