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.h2747 abi_uint sched_priority;
2756 abi_int sched_priority;
2741 abi_uint sched_priority; global() member
2750 abi_int sched_priority; global() member
H A Dsyscall.c371 uint32_t sched_priority;
11721 schp.sched_priority = tswap32(target_schp->sched_priority); in _syscall2()
11738 target_schp->sched_priority = tswap32(schp.sched_priority); in _syscall2()
11753 schp.sched_priority = tswap32(target_schp->sched_priority); in _syscall2()
11779 target_scha->sched_priority = tswap32(scha.sched_priority); in _syscall2()
11834 scha.sched_priority in _syscall2()
373 uint32_t sched_priority; global() member
[all...]