Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c11384 struct sched_attr scha; in _syscall2() local
11388 if (arg3 > sizeof(scha)) { in _syscall2()
11389 arg3 = sizeof(scha); in _syscall2()
11397 target_scha->size = tswap32(scha.size); in _syscall2()
11400 target_scha->sched_nice = tswap32(scha.sched_nice); in _syscall2()
11416 struct sched_attr scha; in _syscall2() local
11452 scha.size = size; in _syscall2()
11453 scha.sched_policy = tswap32(target_scha->sched_policy); in _syscall2()
11454 scha.sched_flags = tswap64(target_scha->sched_flags); in _syscall2()
11455 scha.sched_nice = tswap32(target_scha->sched_nice); in _syscall2()
[all …]