Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-seccomp.c174 static int doit_sched(void) in doit_sched() function
182 test_seccomp_errno("on,resourcecontrol=deny", EPERM, doit_sched); in test_seccomp_sched_on_nores()
187 test_seccomp_passed("on", doit_sched); in test_seccomp_sched_on()
192 test_seccomp_passed("off", doit_sched); in test_seccomp_sched_off()
254 if (doit_sched() == 0) { in main()