Scroll to navigation

STRUCT THREAD_GROUP_(9) Driver Basics STRUCT THREAD_GROUP_(9)

NAME

struct_thread_group_cputimer - thread group interval timer counts

SYNOPSIS

struct thread_group_cputimer {
  struct task_cputime_atomic cputime_atomic;
  bool running;
  bool checking_timer;
};  

MEMBERS

cputime_atomic
atomic thread group interval timers.
running
true when there are timers running and cputime_atomic receives updates.
checking_timer
true when a thread in the group is in the process of checking for thread group timers.

DESCRIPTION

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

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.