Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c11376 struct target_sched_attr *target_scha; in _syscall2() local
11387 if (!target_scha) { in _syscall2()
11390 target_scha->size = tswap32(scha.size); in _syscall2()
11393 target_scha->sched_nice = tswap32(scha.sched_nice); in _syscall2()
11402 unlock_user(target_scha, arg2, arg3); in _syscall2()
11408 struct target_sched_attr *target_scha; in _syscall2() local
11441 target_scha = lock_user(VERIFY_READ, arg2, size, 1); in _syscall2()
11442 if (!target_scha) { 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 …]