Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c11255 struct sched_attr scha; in _syscall2() local
11259 if (arg3 > sizeof(scha)) { in _syscall2()
11260 arg3 = sizeof(scha); in _syscall2()
11268 target_scha->size = tswap32(scha.size); in _syscall2()
11271 target_scha->sched_nice = tswap32(scha.sched_nice); in _syscall2()
11287 struct sched_attr scha; in _syscall2() local
11323 scha.size = size; in _syscall2()
11324 scha.sched_policy = tswap32(target_scha->sched_policy); in _syscall2()
11325 scha.sched_flags = tswap64(target_scha->sched_flags); in _syscall2()
11326 scha.sched_nice = tswap32(target_scha->sched_nice); in _syscall2()
[all …]