Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
Dtrace_output_user.c20 #define MAX_CNT 100000ll macro
37 if (cnt == MAX_CNT) { in print_bpf_output()
39 MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in print_bpf_output()
99 while ((ret = perf_buffer__poll(pb, 1000)) >= 0 && cnt < MAX_CNT) { in main()
Dtest_overhead_user.c23 #define MAX_CNT 1000000 macro
45 for (i = 0; i < MAX_CNT; i++) { in test_task_rename()
53 cpu, MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in test_task_rename()
69 for (i = 0; i < MAX_CNT; i++) { in test_urandom_read()
77 cpu, MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in test_urandom_read()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dtest_overhead.c8 #define MAX_CNT 100000 macro
28 for (i = 0; i < MAX_CNT; i++) { in test_task_rename()
37 MAX_CNT * 1000000ll / (time_get_ns() - start_time)); in test_task_rename()
/kernel/linux/linux-5.10/drivers/cpufreq/
Dtegra194-cpufreq.c26 #define MAX_CNT ~0U macro
163 delta_ccnt = c.coreclk_cnt + (MAX_CNT - c.last_coreclk_cnt); in tegra194_get_speed_common()
171 delta_refcnt = c.refclk_cnt + (MAX_CNT - c.last_refclk_cnt); in tegra194_get_speed_common()