Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dtrace_output_user.c33 #define MAX_CNT 100000ll macro
50 if (cnt == MAX_CNT) { in print_bpf_output()
52 MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in print_bpf_output()
84 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()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_main.c14602 const unsigned short MAX_CNT = 1000; in i40e_pf_loop_reset() local
14608 for (cnt = 0; cnt < MAX_CNT; ++cnt) { in i40e_pf_loop_reset()
14615 if (cnt == MAX_CNT) { in i40e_pf_loop_reset()