Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c11377 struct sched_attr scha; in _syscall2() local
11381 if (arg3 > sizeof(scha)) { in _syscall2()
11382 arg3 = sizeof(scha); in _syscall2()
11390 target_scha->size = tswap32(scha.size); in _syscall2()
11393 target_scha->sched_nice = tswap32(scha.sched_nice); in _syscall2()
11409 struct sched_attr scha; in _syscall2() local
11445 scha.size = size; in _syscall2()
11446 scha.sched_policy = tswap32(target_scha->sched_policy); in _syscall2()
11447 scha.sched_flags = tswap64(target_scha->sched_flags); in _syscall2()
11448 scha.sched_nice = tswap32(target_scha->sched_nice); in _syscall2()
[all …]