Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Ditimer.c88 case ITIMER_VIRTUAL: in do_getitimer()
190 ITIMER_VIRTUAL : ITIMER_PROF, value, nval); in set_cpu_itimer()
240 case ITIMER_VIRTUAL: in do_setitimer()
H A Dposix-cpu-timers.c923 ITIMER_PROF : ITIMER_VIRTUAL, in check_cpu_itimer()
/linux/include/uapi/linux/
H A Dtime.h43 #define ITIMER_VIRTUAL 1 macro
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c46 /* Busy loop in userspace to elapse ITIMER_VIRTUAL */ in user_loop()
108 if (which == ITIMER_VIRTUAL) in check_itimer()
121 if (which == ITIMER_VIRTUAL) in check_itimer()
611 check_itimer(ITIMER_VIRTUAL, "ITIMER_VIRTUAL"); in main()