Home
last modified time | relevance | path

Searched refs:times (Results 1 – 4 of 4) sorted by relevance

/kernel/sched/
Dpsi.c242 enum psi_aggregators aggregator, u32 *times, in get_recent_times() argument
257 memcpy(times, groupc->times, sizeof(groupc->times)); in get_recent_times()
275 times[s] += now - state_start; in get_recent_times()
277 delta = times[s] - groupc->times_prev[aggregator][s]; in get_recent_times()
278 groupc->times_prev[aggregator][s] = times[s]; in get_recent_times()
280 times[s] = delta; in get_recent_times()
325 u32 times[NR_PSI_STATES]; in collect_percpu_times() local
329 get_recent_times(group, cpu, aggregator, times, in collect_percpu_times()
333 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times()
337 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times()
[all …]
Dcputime.c323 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() argument
348 times->utime = sig->utime; in thread_group_cputime()
349 times->stime = sig->stime; in thread_group_cputime()
350 times->sum_exec_runtime = sig->sum_sched_runtime; in thread_group_cputime()
354 times->utime += utime; in thread_group_cputime()
355 times->stime += stime; in thread_group_cputime()
356 times->sum_exec_runtime += read_sum_exec_runtime(t); in thread_group_cputime()
/kernel/module/
DKconfig311 exported at all times, even in absence of in-tree users. The value to
/kernel/
Dsys.c1018 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1() argument
1037 COMPAT_SYSCALL_DEFINE1(times, struct compat_tms __user *, tbuf) in COMPAT_SYSCALL_DEFINE1() argument