Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/timers/
Dposix_timers.c88 if (which == ITIMER_VIRTUAL) in check_itimer()
99 if (which == ITIMER_VIRTUAL) in check_itimer()
118 if (which == ITIMER_VIRTUAL) in check_itimer()
197 if (check_itimer(ITIMER_VIRTUAL) < 0) in main()
/Linux-v4.19/kernel/time/
Ditimer.c95 case ITIMER_VIRTUAL: in do_getitimer()
176 ITIMER_VIRTUAL : ITIMER_PROF, value, nval); in set_cpu_itimer()
231 case ITIMER_VIRTUAL: in do_setitimer()
Dposix-cpu-timers.c896 ITIMER_PROF : ITIMER_VIRTUAL, in check_cpu_itimer()
/Linux-v4.19/include/uapi/linux/
Dtime.h32 #define ITIMER_VIRTUAL 1 macro