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.c147 int ext_pid, rt_pid; in sched_stress_test() local
159 ext_pid = fork(); in sched_stress_test()
160 if (ext_pid == 0) { in sched_stress_test()
168 } else if (ext_pid < 0) { in sched_stress_test()
204 ext_runtime = get_process_runtime(ext_pid); in sched_stress_test()
207 class_str, ext_pid); in sched_stress_test()
209 class_str, ext_pid, ext_runtime); in sched_stress_test()
218 kill(ext_pid, SIGKILL); in sched_stress_test()
220 waitpid(ext_pid, NULL, 0); in sched_stress_test()