1STRUCT THREAD_GROUP_(9)          Driver Basics         STRUCT THREAD_GROUP_(9)
2
3
4

NAME

6       struct_thread_group_cputimer - thread group interval timer counts
7

SYNOPSIS

9       struct thread_group_cputimer {
10         struct task_cputime cputime;
11         int running;
12         raw_spinlock_t lock;
13       };
14

MEMBERS

16       cputime
17           thread group interval timers.
18
19       running
20           non-zero when there are timers running and cputime receives
21           updates.
22
23       lock
24           lock for fields in this struct.
25

DESCRIPTION

27       This structure contains the version of task_cputime, above, that is
28       used for thread group CPU timer calculations.
29
31Kernel Hackers Manual 3.10         June 2019           STRUCT THREAD_GROUP_(9)
Impressum