Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c11205 struct target_sched_param *target_schp; in _syscall2() local
11211 if (!lock_user_struct(VERIFY_READ, target_schp, arg2, 1)) { in _syscall2()
11214 schp.sched_priority = tswap32(target_schp->sched_priority); in _syscall2()
11215 unlock_user_struct(target_schp, arg2, 0); in _syscall2()
11220 struct target_sched_param *target_schp; in _syscall2() local
11231 target_schp->sched_priority = tswap32(schp.sched_priority); in _syscall2()
11232 unlock_user_struct(target_schp, arg2, 1); in _syscall2()
11238 struct target_sched_param *target_schp; in _syscall2() local
11243 if (!lock_user_struct(VERIFY_READ, target_schp, arg3, 1)) { in _syscall2()
11246 schp.sched_priority = tswap32(target_schp->sched_priority); in _syscall2()
[all …]