Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/timers/
Dposix_timers.c87 if (which == ITIMER_VIRTUAL) in check_itimer()
98 if (which == ITIMER_VIRTUAL) in check_itimer()
117 if (which == ITIMER_VIRTUAL) in check_itimer()
196 if (check_itimer(ITIMER_VIRTUAL) < 0) in main()
/Linux-v5.4/kernel/time/
Ditimer.c88 case ITIMER_VIRTUAL: in do_getitimer()
169 ITIMER_VIRTUAL : ITIMER_PROF, value, nval); in set_cpu_itimer()
225 case ITIMER_VIRTUAL: in do_setitimer()
Dposix-cpu-timers.c889 ITIMER_PROF : ITIMER_VIRTUAL, in check_cpu_itimer()
/Linux-v5.4/include/uapi/linux/
Dtime.h31 #define ITIMER_VIRTUAL 1 macro