struct_hrtimer man page on Scientific

Man page or keyword search:  
man Server   26626 pages
apropos Keyword Search (all sections)
Output format
Scientific logo
[printable version]

STRUCT HRTIMER(9)		 Driver Basics		     STRUCT HRTIMER(9)

NAME
       struct_hrtimer - the basic hrtimer structure

SYNOPSIS
       struct hrtimer {
	 struct rb_node node;
	 ktime_t _expires;
	 ktime_t _softexpires;
	 enum hrtimer_restart	     (* function) (struct hrtimer *);
	 struct hrtimer_clock_base * base;
	 unsigned long state;
       #ifdef CONFIG_TIMER_STATS
	 int start_pid;
	 void * start_site;
	 char start_comm[16];
       #endif
       };

MEMBERS
       node
	   red black tree node for time ordered insertion

       _expires
	   the absolute expiry time in the hrtimers internal representation.
	   The time is related to the clock on which the timer is based. Is
	   setup by adding slack to the _softexpires value. For non range
	   timers identical to _softexpires.

       _softexpires
	   the absolute earliest expiry time of the hrtimer. The time which
	   was given as expiry time when the timer was armed.

       function
	   timer expiry callback function

       base
	   pointer to the timer base (per cpu and per clock)

       state
	   state information (See bit values above)

       start_pid
	   timer statistics field to store the pid of the task which started
	   the timer

       start_site
	   timer statistics field to store the site where the timer was
	   started

       start_comm[16]
	   timer statistics field to store the name of the process which
	   started the timer

DESCRIPTION
       The hrtimer structure must be initialized by hrtimer_init

COPYRIGHT
Kernel Hackers Manual 2.6.	 November 2013		     STRUCT HRTIMER(9)
[top]

List of man pages available for Scientific

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net