Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtime.h43 #define ITIMER_VIRTUAL 1 macro
/linux/kernel/time/
H A Ditimer.c88 case ITIMER_VIRTUAL: in do_getitimer()
209 ITIMER_VIRTUAL : ITIMER_PROF, value, nval); in set_cpu_itimer()
259 case ITIMER_VIRTUAL: in do_setitimer()
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c109 if (which == ITIMER_VIRTUAL) in check_itimer()
122 if (which == ITIMER_VIRTUAL) in check_itimer()
688 check_itimer(ITIMER_VIRTUAL, "ITIMER_VIRTUAL"); in main()