Searched refs:OS_PRIORITY_QUEUE_NUM (Results 1 – 3 of 3) sorted by relevance
93 #define OS_PRIORITY_QUEUE_NUM 32 macro95 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()
45 #define OS_PRIORITY_QUEUE_NUM 32 macro57 STATIC LOS_DL_LIST g_priQueueList[OS_PRIORITY_QUEUE_NUM];463 for (pri = 0; pri < OS_PRIORITY_QUEUE_NUM; pri++) { in OsSchedInit()
548 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()