Query: struct_hrtimer_clock_base
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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; clockid_t index; struct rb_root active; struct rb_node * first; ktime_t resolution; ktime_t (* get_time) (void); ktime_t softirq_time; #ifdef CONFIG_HIGH_RES_TIMERS ktime_t offset; #endif };MEMBERScpu_base per cpu clock base index clock type index for per_cpu support when moving a timer to a base on another cpu. active red black tree root node for the active timers first pointer to the timer node which expires first 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 2.6. July 2010 STRUCT HRTIMER_CLOCK(9)
Related Man Pages |
---|
clock_settime(3c) - opensolaris |
schedule_hrtimeout_range(9) - centos |
clock_gettime(2) - netbsd |
reltimer(3c) - hpux |
clock_gettime(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Migrating to UNIX |
Docker learning Phase-I |
Shopt -s histappend |
32 bit process addressing more than 4GB |