Man Page: struct_hrtimer_clock_base
Operating Environment: centos
Section: 9
STRUCTHRTIMER_CLOCK(9) Driver Basics STRUCT HRTIMER_CLOCK(9)NAMEstruct_hrtimer_clock_base - the timer base for a specific clockSYNOPSISstruct hrtimer_clock_base { struct hrtimer_cpu_base * cpu_base; int index; clockid_t clockid; struct timerqueue_head active; ktime_t resolution; ktime_t (* get_time) (void); ktime_t softirq_time; ktime_t offset; };MEMBERScpu_base per cpu clock base index clock type index for per_cpu support when moving a timer to a base on another cpu. clockid clock id for per_cpu support active red black tree root node for the active timers resolution the resolution of the clock, in nanoseconds get_time function to retrieve the current time of the clock softirq_time the time when running the hrtimer queue in the softirq offset offset of this clock to the monotonic baseCOPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT HRTIMER_CLOCK(9)
| Related Man Pages |
|---|
| clock_gettime(3c) - opensolaris |
| clock_getres(2) - netbsd |
| timer_create(2) - netbsd |
| inittodr(9) - netbsd |
| gstreamer::clock(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| Controlling user input |