Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-seccomp.c176 struct sched_param param = { .sched_priority = 0 }; in doit_sched()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2741 abi_uint sched_priority; member
2750 abi_int sched_priority; member
H A Dsyscall.c373 uint32_t sched_priority; member
11492 schp.sched_priority = tswap32(target_schp->sched_priority); in _syscall2()
11509 target_schp->sched_priority = tswap32(schp.sched_priority); in _syscall2()
11524 schp.sched_priority = tswap32(target_schp->sched_priority); in _syscall2()
11550 target_scha->sched_priority = tswap32(scha.sched_priority); in _syscall2()
11605 scha.sched_priority = tswap32(target_scha->sched_priority); in _syscall2()