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.c11254 struct target_sched_attr *target_scha; in _syscall2() local
11265 if (!target_scha) { in _syscall2()
11268 target_scha->size = tswap32(scha.size); in _syscall2()
11271 target_scha->sched_nice = tswap32(scha.sched_nice); in _syscall2()
11280 unlock_user(target_scha, arg2, arg3); in _syscall2()
11286 struct target_sched_attr *target_scha; in _syscall2() local
11319 target_scha = lock_user(VERIFY_READ, arg2, size, 1); in _syscall2()
11320 if (!target_scha) { 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 …]