Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/kernel/time/
Ditimer.c91 case ITIMER_VIRTUAL: in do_getitimer()
174 ITIMER_VIRTUAL : ITIMER_PROF, value, nval); in set_cpu_itimer()
229 case ITIMER_VIRTUAL: in do_setitimer()
Dposix-cpu-timers.c946 ITIMER_PROF : ITIMER_VIRTUAL, in check_cpu_itimer()
/linux-4.4.14/include/uapi/linux/
Dtime.h31 #define ITIMER_VIRTUAL 1 macro