Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dconstants.py.in61 /* linux/htimer.h */
/openbmc/qemu/linux-user/
H A Dsyscall.c13315 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13322 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13341 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13368 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13370 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()
13391 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13393 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()
13412 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13413 ret = get_errno(timer_getoverrun(htimer)); in _syscall2()
13428 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
[all …]