Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c11488 struct target_sched_attr *target_scha; in _syscall2() local
11498 target_scha = lock_user(VERIFY_WRITE, arg2, arg3, 0); in _syscall2()
11499 if (!target_scha) { in _syscall2()
11502 target_scha->size = tswap32(scha.size); in _syscall2()
11503 target_scha->sched_policy = tswap32(scha.sched_policy); in _syscall2()
11504 target_scha->sched_flags = tswap64(scha.sched_flags); in _syscall2()
11505 target_scha->sched_nice = tswap32(scha.sched_nice); in _syscall2()
11506 target_scha->sched_priority = tswap32(scha.sched_priority); in _syscall2()
11507 target_scha->sched_runtime = tswap64(scha.sched_runtime); in _syscall2()
11508 target_scha->sched_deadline = tswap64(scha.sched_deadline); in _syscall2()
[all …]