Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2740 abi_int sched_nice; member
H A Dsyscall.c372 int32_t sched_nice; member
11549 target_scha->sched_nice = tswap32(scha.sched_nice); in _syscall2()
11604 scha.sched_nice = tswap32(target_scha->sched_nice); in _syscall2()