Searched defs:hrtimer_list_node (Results 1 – 1 of 1) sorted by relevance
141 struct hrtimer_list_node { struct142 struct hrtimer_list_node *pstNext; /**< Pointer to the next node. */ argument143 …t handler_list_node *HandlerHead; /**< Pointer to the node queue of a timeout callback function. */144 unsigned int set_time_reload; /**< Count of timers. */145 union ktime _softexpires; /**< Structure of the scheduled time. */