Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-seccomp.c176 struct sched_param param = { .sched_priority = 0 }; in doit_sched()
/qemu/linux-user/
H A Dsyscall_defs.h2745 abi_uint sched_priority; member
2754 abi_int sched_priority; member
H A Dsyscall.c368 uint32_t sched_priority; member
11336 schp.sched_priority = tswap32(target_schp->sched_priority); in _syscall2()
11353 target_schp->sched_priority = tswap32(schp.sched_priority); in _syscall2()
11368 schp.sched_priority = tswap32(target_schp->sched_priority); in _syscall2()
11394 target_scha->sched_priority = tswap32(scha.sched_priority); in _syscall2()
11449 scha.sched_priority = tswap32(target_scha->sched_priority); in _syscall2()