Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Drt_stall.c148 int ext_pid, rt_pid; in sched_stress_test() local
160 ext_pid = fork(); in sched_stress_test()
161 if (ext_pid == 0) { in sched_stress_test()
169 } else if (ext_pid < 0) { in sched_stress_test()
205 ext_runtime = get_process_runtime(ext_pid); in sched_stress_test()
208 class_str, ext_pid); in sched_stress_test()
210 class_str, ext_pid, ext_runtime); in sched_stress_test()
219 kill(ext_pid, SIGKILL); in sched_stress_test()
221 waitpid(ext_pid, NULL, 0); in sched_stress_test()