Home
last modified time | relevance | path

Searched refs:OsSchedRunqueueByID (Results 1 – 5 of 5) sorted by relevance

/kernel/liteos_a/kernel/base/include/
Dlos_sched_pri.h131 STATIC INLINE SchedRunqueue *OsSchedRunqueueByID(UINT16 id) in OsSchedRunqueueByID() function
536 SchedRunqueue *idleRq = OsSchedRunqueueByID(0); in IdleRunqueueFind()
540 SchedRunqueue *rq = OsSchedRunqueueByID(cpuid); in IdleRunqueueFind()
563 SchedRunqueue *rq = OsSchedRunqueueByID(cpuid); in OsSchedTimeoutQueueAdd()
577 SchedRunqueue *rq = OsSchedRunqueueByID(node->cpuid); in OsSchedTimeoutQueueDelete()
579 SchedRunqueue *rq = OsSchedRunqueueByID(0); in OsSchedTimeoutQueueDelete()
597 SchedRunqueue *rq = OsSchedRunqueueByID(cpuid); in OsSchedTimeoutQueueAdjust()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/smp/
DIt_smp_los_task_127.c47 gTestIdleTaskID = OsSchedRunqueueByID(cpuid)->idleTaskID; in HwiF01()
DIt_smp_los_task_101.c100 …gTestTaskLock = OsSchedRunqueueByID((ArchCurrCpuid() + 1) % (LOSCFG_KERNEL_CORE_NUM))->taskLockCnt; in Testcase()
/kernel/liteos_a/kernel/base/sched/
Dlos_sched.c212 SchedRunqueue *rq = OsSchedRunqueueByID(index); in OsSchedRunqueueInit()
227 SchedRunqueue *rq = OsSchedRunqueueByID(cpuid); in OsSchedInit()
Dlos_statistics.c136 SchedRunqueue *rq = OsSchedRunqueueByID(cpu); in OsShellShowSchedStatistics()