Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c223 struct task_cputime_atomic *atomic_times) in sample_cputime_atomic() argument
225 times->utime = atomic64_read(&atomic_times->utime); in sample_cputime_atomic()
226 times->stime = atomic64_read(&atomic_times->stime); in sample_cputime_atomic()
227 times->sum_exec_runtime = atomic64_read(&atomic_times->sum_exec_runtime); in sample_cputime_atomic()