Home
last modified time | relevance | path

Searched refs:OS_PRIORITY_QUEUE_NUM (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/kernel/base/include/
Dlos_sched_pri.h93 #define OS_PRIORITY_QUEUE_NUM 32 macro
95 LOS_DL_LIST priQueList[OS_PRIORITY_QUEUE_NUM];
96 UINT32 readyTasks[OS_PRIORITY_QUEUE_NUM];
101 HPFQueue queueList[OS_PRIORITY_QUEUE_NUM];
693 bitmap &= ~(1U << (OS_PRIORITY_QUEUE_NUM - priority - 1)); in HPFRunqueueTopTaskGet()
705 bitmap &= ~(1U << (OS_PRIORITY_QUEUE_NUM - priority - 1)); in HPFRunqueueTopTaskGet()
707 baseBitmap &= ~(1U << (OS_PRIORITY_QUEUE_NUM - basePrio - 1)); in HPFRunqueueTopTaskGet()
/kernel/liteos_m/kernel/src/
Dlos_sched.c45 #define OS_PRIORITY_QUEUE_NUM 32 macro
57 STATIC LOS_DL_LIST g_priQueueList[OS_PRIORITY_QUEUE_NUM];
463 for (pri = 0; pri < OS_PRIORITY_QUEUE_NUM; pri++) { in OsSchedInit()
/kernel/liteos_a/kernel/base/sched/
Dlos_priority.c548 for (UINT16 index = 0; index < OS_PRIORITY_QUEUE_NUM; index++) { in HPFSchedPolicyInit()
551 for (UINT16 prio = 0; prio < OS_PRIORITY_QUEUE_NUM; prio++) { in HPFSchedPolicyInit()