Home
last modified time | relevance | path

Searched refs:HandlerHead (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c48 tmpNode = htrimer->HandlerHead; in HandlerNodeAdd()
50 htrimer->HandlerHead = handlerNode; in HandlerNodeAdd()
145 handler = hrtimer->HandlerHead; in HrtimerHandlerRun()
147 hrtimer->HandlerHead = NULL; in HrtimerHandlerRun()
186 curHandler = hrtimerNode->HandlerHead; in GetHandlerNodePosition()
207 curHandler = (*curNode)->HandlerHead; in GetHrtimerNodePosition()
230 hrtimer->HandlerHead = NULL; in HrtimerListNodeInit()
243 curNode->HandlerHead = curHandler->pstNext; in ChangeNodePosition()
279 curNode->HandlerHead->_softexpires = time; in ChangeNodePosition()
288 struct handler_list_node *curHandler = curNode->HandlerHead; in CancelHandlerNode()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h143 struct handler_list_node *HandlerHead; /**< Pointer to the node queue of a timeout callback function. */ member

Completed in 2 milliseconds