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.c13316 struct itimerspec hspec_new = {{0},}, hspec_old = {{0},}; in _syscall2() local
13322 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13323 if (arg4 && host_to_target_itimerspec(arg4, &hspec_old)) { in _syscall2()
13342 struct itimerspec hspec_new = {{0},}, hspec_old = {{0},}; in _syscall2() local
13348 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13349 if (arg4 && host_to_target_itimerspec64(arg4, &hspec_old)) { in _syscall2()