Searched refs:doLinkFront (Results 1 – 3 of 3) sorted by relevance
63 void doLinkFront(Node *newNode);
33 return IntrusiveListBase::doLinkFront(&newNode->node); in link_front()
24 void IntrusiveListBase::doLinkFront(Node *newNode) { in doLinkFront() function in chre::intrusive_list_internal::IntrusiveListBase