Home
last modified time | relevance | path

Searched defs:priQue (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/kernel/base/sched/
Dlos_priority.c140 STATIC INLINE VOID PriQueHeadInsert(HPFRunqueue *rq, UINT32 basePrio, LOS_DL_LIST *priQue, UINT32 p… in PriQueHeadInsert()
165 STATIC INLINE VOID PriQueTailInsert(HPFRunqueue *rq, UINT32 basePrio, LOS_DL_LIST *priQue, UINT32 p… in PriQueTailInsert()
190 STATIC INLINE VOID PriQueDelete(HPFRunqueue *rq, UINT32 basePrio, LOS_DL_LIST *priQue, UINT32 prior… in PriQueDelete()
550 LOS_DL_LIST *priQue = &queueList->priQueList[0]; in HPFSchedPolicyInit() local