Searched refs:GetHead (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A DRunQueue.h95 inline Element* GetHead(unsigned int priority) const;
214 fNext = fList->GetHead(fPriority);
227 fNext = fList->GetHead(fPriority);
372 RUN_QUEUE_CLASS_NAME::GetHead(unsigned int priority) const function in class:RUN_QUEUE_CLASS_NAME
H A Dscheduler_cpu.cpp175 return fRunQueue.GetHead(B_IDLE_PRIORITY);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h184 inline Element *GetHead() const { return fFirst; } function in class:UserlandFSUtil::SLList

Completed in 40 milliseconds