Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.c237 u32 test_error_cnt = 0; in main() local
272 test_error_cnt = strtoul(optarg, NULL, 0); in main()
448 qa->test_error_cnt = test_error_cnt; in main()
H A Dscx_qmap.h124 u32 test_error_cnt; member
H A Dscx_qmap.bpf.c430 if (qa.test_error_cnt && !--qa.test_error_cnt) in BPF_STRUCT_OPS()