Searched refs:CPUCLOCK_PROF (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/time/ |
H A D | posix-cpu-timers.c | 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() 533 cleanup_timerqueue(&pct->bases[CPUCLOCK_PROF].tqhead); in cleanup_timers() 1006 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_PROF], in check_process_timers() 1007 &pct->bases[CPUCLOCK_PROF].nextevt, in check_process_timers() 1008 samples[CPUCLOCK_PROF], SIGPROF); in check_process_timers() 1017 u64 ptime = samples[CPUCLOCK_PROF]; in check_process_timers() [all …]
|
H A D | itimer.c | 92 get_cpu_itimer(tsk, CPUCLOCK_PROF, value); in do_getitimer() 244 set_cpu_itimer(tsk, CPUCLOCK_PROF, value, ovalue); in do_setitimer()
|
/openbmc/linux/include/linux/ |
H A D | posix-timers.h | 32 #define CPUCLOCK_PROF 0 macro
|