Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c13438 struct itimerspec hspec_new = {{0},}, hspec_old = {{0},}; in _syscall2() local
13440 if (target_to_host_itimerspec(&hspec_new, arg3)) { in _syscall2()
13444 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13464 struct itimerspec hspec_new = {{0},}, hspec_old = {{0},}; in _syscall2() local
13466 if (target_to_host_itimerspec64(&hspec_new, arg3)) { in _syscall2()
13470 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()