Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c13542 struct itimerspec hspec_new = {{0},}, hspec_old = {{0},}; in _syscall2() local
13548 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13549 if (arg4 && host_to_target_itimerspec(arg4, &hspec_old)) { in _syscall2()
13568 struct itimerspec hspec_new = {{0},}, hspec_old = {{0},}; in _syscall2() local
13574 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13575 if (arg4 && host_to_target_itimerspec64(arg4, &hspec_old)) { in _syscall2()