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.c152 int ext_pid, rt_pid; in sched_stress_test() local
164 ext_pid = fork(); in sched_stress_test()
165 if (ext_pid == 0) { in sched_stress_test()
173 } else if (ext_pid < 0) { in sched_stress_test()
209 ext_runtime = get_process_runtime(ext_pid); in sched_stress_test()
212 class_str, ext_pid); in sched_stress_test()
214 class_str, ext_pid, ext_runtime); in sched_stress_test()
223 kill(ext_pid, SIGKILL); in sched_stress_test()
225 waitpid(ext_pid, NULL, 0); in sched_stress_test()