'\" t .\" Title: struct hrtimer_clock_base .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Driver Basics .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT HRTIMER_CLOCK" "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_hrtimer_clock_base \- the timer base for a specific clock .SH "SYNOPSIS" .sp .nf struct hrtimer_clock_base { struct hrtimer_cpu_base * cpu_base; int index; clockid_t clockid; struct timerqueue_head active; ktime_t (* get_time) (void); ktime_t offset; }; .fi .SH "MEMBERS" .PP cpu_base .RS 4 per cpu clock base .RE .PP index .RS 4 clock type index for per_cpu support when moving a timer to a base on another cpu\&. .RE .PP clockid .RS 4 clock id for per_cpu support .RE .PP active .RS 4 red black tree root node for the active timers .RE .PP get_time .RS 4 function to retrieve the current time of the clock .RE .PP offset .RS 4 offset of this clock to the monotonic base .RE .SH "COPYRIGHT" .br