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