table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| STRUCT THREAD_GROUP_(9) | Driver Basics | STRUCT THREAD_GROUP_(9) |
NAME¶
struct_thread_group_cputimer - thread group interval timer countsSYNOPSIS¶
struct thread_group_cputimer {
struct task_cputime cputime;
int running;
raw_spinlock_t lock;
};
MEMBERS¶
cputimethread group interval timers.
running
non-zero when there are timers running and
cputime receives updates.
lock
lock for fields in this struct.
DESCRIPTION¶
This structure contains the version of task_cputime, above, that is used for thread group CPU timer calculations.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |