Searched refs:HPFRunqueue (Results 1 – 2 of 2) sorted by relevance
| /kernel/liteos_a/kernel/base/sched/ |
| D | los_priority.c | 46 STATIC HPFRunqueue g_schedHPF; 126 STATIC INLINE UINT32 TimeSliceCalculate(HPFRunqueue *rq, UINT16 basePrio, UINT16 priority) in TimeSliceCalculate() 140 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() 207 STATIC INLINE VOID PriQueInsert(HPFRunqueue *rq, LosTaskCB *taskCB) in PriQueInsert()
|
| /kernel/liteos_a/kernel/base/include/ |
| D | los_sched_pri.h | 103 } HPFRunqueue; typedef 113 HPFRunqueue *hpfRunqueue; 676 STATIC INLINE LosTaskCB *HPFRunqueueTopTaskGet(HPFRunqueue *rq) in HPFRunqueueTopTaskGet()
|