Name

struct thread_group_cputime — thread group interval timer counts

Synopsis

struct thread_group_cputime {
  struct task_cputime * totals;
};  

Members

totals

thread group interval timers; substructure for uniprocessor kernel, per-cpu for SMP kernel.

Description

This structure contains the version of task_cputime, above, that is used for thread group CPU clock calculations.