Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_clock.c441 if (timevalisset(&pstats->p_timer[ITIMER_PROF].it_value)) { in hardclock_itimer()
443 if (itimerdecr(&pstats->p_timer[ITIMER_PROF], in hardclock_itimer()
485 timevalisset(&pstats->p_timer[ITIMER_PROF].it_value))) in hardclock()
H A Dkern_time.c759 if (which > ITIMER_PROF) in kern_getitimer()
827 if (which > ITIMER_PROF) in kern_setitimer()
/f-stack/freebsd/sys/
H A Dtime.h445 #define ITIMER_PROF 2 macro