Searched refs:MAX_CNT (Results 1 – 4 of 4) sorted by relevance
20 #define MAX_CNT 100000ll macro37 if (cnt == MAX_CNT) { in print_bpf_output()39 MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in print_bpf_output()97 while ((ret = perf_buffer__poll(pb, 1000)) >= 0 && cnt < MAX_CNT) { in main()
22 #define MAX_CNT 1000000 macro48 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()
8 #define MAX_CNT 100000 macro28 for (i = 0; i < MAX_CNT; i++) { in test_task_rename()37 MAX_CNT * 1000000ll / (time_get_ns() - start_time)); in test_task_rename()
25 #define MAX_CNT ~0U macro286 delta_ccnt = c.coreclk_cnt + (MAX_CNT - c.last_coreclk_cnt); in tegra194_calculate_speed()294 delta_refcnt = c.refclk_cnt + (MAX_CNT - c.last_refclk_cnt); in tegra194_calculate_speed()