mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-19 08:37:57 +07:00
hrtimers: add missing docbook comments to struct hrtimer
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
643bdf68f9
commit
592aa999d6
@ -103,9 +103,14 @@ enum hrtimer_cb_mode {
|
|||||||
/**
|
/**
|
||||||
* struct hrtimer - the basic hrtimer structure
|
* struct hrtimer - the basic hrtimer structure
|
||||||
* @node: red black tree node for time ordered insertion
|
* @node: red black tree node for time ordered insertion
|
||||||
* @expires: the absolute expiry time in the hrtimers internal
|
* @_expires: the absolute expiry time in the hrtimers internal
|
||||||
* representation. The time is related to the clock on
|
* representation. The time is related to the clock on
|
||||||
* which the timer is based.
|
* 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
|
* @function: timer expiry callback function
|
||||||
* @base: pointer to the timer base (per cpu and per clock)
|
* @base: pointer to the timer base (per cpu and per clock)
|
||||||
* @state: state information (See bit values above)
|
* @state: state information (See bit values above)
|
||||||
|
Loading…
Reference in New Issue
Block a user