Home
last modified time | relevance | path

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

/linux-6.15/tools/sched_ext/
H A Dscx_qmap.bpf.c38 const volatile u32 stall_kernel_nth; variable
204 if (stall_kernel_nth && !(++kernel_cnt % stall_kernel_nth)) in BPF_STRUCT_OPS()
H A Dscx_qmap.c81 skel->rodata->stall_kernel_nth = strtoul(optarg, NULL, 0); in main()