Searched refs:CPUCLOCK_PROF (Results 1 – 2 of 2) sorted by relevance
28 pct->bases[CPUCLOCK_PROF].nextevt = cpu_limit * NSEC_PER_SEC; in posix_cputimers_group_init()49 set_process_cpu_timer(task, CPUCLOCK_PROF, &nsecs, NULL); in update_rlimit_cpu()154 return !(~pct->bases[CPUCLOCK_PROF].nextevt | in expiry_cache_is_inactive()204 case CPUCLOCK_PROF: in cpu_clock_sample()216 samples[CPUCLOCK_PROF] = stime + utime; in store_samples()542 cleanup_timerqueue(&pct->bases[CPUCLOCK_PROF].tqhead); in cleanup_timers()974 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_PROF], in check_process_timers()975 &pct->bases[CPUCLOCK_PROF].nextevt, in check_process_timers()976 samples[CPUCLOCK_PROF], SIGPROF); in check_process_timers()985 u64 ptime = samples[CPUCLOCK_PROF]; in check_process_timers()[all …]
27 #define CPUCLOCK_PROF 0 macro