Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/usermode/dev/
H A Dclock.c116 int nticks = thunk_timer_getoverrun(clock_timerid) + 1; in clock_intr()
/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h93 int thunk_timer_getoverrun(timer_t);
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c339 thunk_timer_getoverrun(timer_t timerid) in thunk_timer_getoverrun() function