Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c13445 struct itimerspec hspec_new = {{0},}, hspec_old = {{0},}; in _syscall2() local
13447 if (target_to_host_itimerspec(&hspec_new, arg3)) { in _syscall2()
13451 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13471 struct itimerspec hspec_new = {{0},}, hspec_old = {{0},}; in _syscall2() local
13473 if (target_to_host_itimerspec64(&hspec_new, arg3)) { in _syscall2()
13477 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()