'\" t .\" Title: struct thread_group_cputimer .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Driver Basics .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT THREAD_GROUP_" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Driver Basics" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_thread_group_cputimer \- thread group interval timer counts .SH "SYNOPSIS" .sp .nf struct thread_group_cputimer { struct task_cputime_atomic cputime_atomic; bool running; bool checking_timer; }; .fi .SH "MEMBERS" .PP cputime_atomic .RS 4 atomic thread group interval timers\&. .RE .PP running .RS 4 true when there are timers running and \fIcputime_atomic\fR receives updates\&. .RE .PP checking_timer .RS 4 true when a thread in the group is in the process of checking for thread group timers\&. .RE .SH "DESCRIPTION" .PP This structure contains the version of task_cputime, above, that is used for thread group CPU timer calculations\&. .SH "COPYRIGHT" .br