Searched refs:CPUCLOCK_VIRT (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dposix-timers_types.h28 #define CPUCLOCK_VIRT 1 macro
/linux-master/kernel/time/
H A Ditimer.c89 get_cpu_itimer(tsk, CPUCLOCK_VIRT, value);
189 trace_itimer_state(clock_id == CPUCLOCK_VIRT ?
241 set_cpu_itimer(tsk, CPUCLOCK_VIRT, value, ovalue);
H A Dposix-cpu-timers.c155 ~pct->bases[CPUCLOCK_VIRT].nextevt |
206 case CPUCLOCK_VIRT:
217 samples[CPUCLOCK_VIRT] = utime;
534 cleanup_timerqueue(&pct->bases[CPUCLOCK_VIRT].tqhead);
1009 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_VIRT],
1010 &pct->bases[CPUCLOCK_VIRT].nextevt,
1011 samples[CPUCLOCK_VIRT], SIGVTALRM);

Completed in 111 milliseconds