1STRUCT THREAD_GROUP_(9) Driver Basics STRUCT THREAD_GROUP_(9)
2
3
4
6 struct_thread_group_cputimer - thread group interval timer counts
7
9 struct thread_group_cputimer {
10 struct task_cputime cputime;
11 int running;
12 spinlock_t lock;
13 };
14
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
27 This structure contains the version of task_cputime, above, that is
28 used for thread group CPU timer calculations.
29
31Kernel Hackers Manual 2.6. June 2019 STRUCT THREAD_GROUP_(9)