Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c37 const volatile u32 stall_user_nth; variable
207 if (stall_user_nth && !(++user_cnt % stall_user_nth)) in BPF_STRUCT_OPS()
H A Dscx_qmap.c76 skel->rodata->stall_user_nth = strtoul(optarg, NULL, 0); in main()