Searched refs:CPUCLOCK_VIRT (Results 1 – 3 of 3) sorted by relevance
89 get_cpu_itimer(tsk, CPUCLOCK_VIRT, value); in do_getitimer()189 trace_itimer_state(clock_id == CPUCLOCK_VIRT ? in set_cpu_itimer()241 set_cpu_itimer(tsk, CPUCLOCK_VIRT, value, ovalue); in do_setitimer()
155 ~pct->bases[CPUCLOCK_VIRT].nextevt | in expiry_cache_is_inactive()206 case CPUCLOCK_VIRT: in cpu_clock_sample()217 samples[CPUCLOCK_VIRT] = utime; in store_samples()534 cleanup_timerqueue(&pct->bases[CPUCLOCK_VIRT].tqhead); in cleanup_timers()1009 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_VIRT], in check_process_timers()1010 &pct->bases[CPUCLOCK_VIRT].nextevt, in check_process_timers()1011 samples[CPUCLOCK_VIRT], SIGVTALRM); in check_process_timers()
33 #define CPUCLOCK_VIRT 1 macro