Searched refs:CPUCLOCK_VIRT (Results 1 – 3 of 3) sorted by relevance
89 get_cpu_itimer(tsk, CPUCLOCK_VIRT, value); in do_getitimer()168 trace_itimer_state(clock_id == CPUCLOCK_VIRT ? in set_cpu_itimer()226 set_cpu_itimer(tsk, CPUCLOCK_VIRT, value, ovalue); in do_setitimer()
158 ~pct->bases[CPUCLOCK_VIRT].nextevt | in expiry_cache_is_inactive()209 case CPUCLOCK_VIRT: in cpu_clock_sample()220 samples[CPUCLOCK_VIRT] = utime; in store_samples()465 cleanup_timerqueue(&pct->bases[CPUCLOCK_VIRT].tqhead); in cleanup_timers()938 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_VIRT], in check_process_timers()939 &pct->bases[CPUCLOCK_VIRT].nextevt, in check_process_timers()940 samples[CPUCLOCK_VIRT], SIGVTALRM); in check_process_timers()
32 #define CPUCLOCK_VIRT 1 macro