Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dtest_overhead_user.c26 #define MAX_CNT 1000000 macro
48 for (i = 0; i < MAX_CNT; i++) { in test_task_rename()
56 cpu, MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in test_task_rename()
72 for (i = 0; i < MAX_CNT; i++) { in test_urandom_read()
80 cpu, MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in test_urandom_read()
Dtrace_output_user.c38 #define MAX_CNT 100000ll macro
56 if (cnt == MAX_CNT) { in print_bpf_output()
58 MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in print_bpf_output()