Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/extended/plimit/
Dlos_schedlimit.c39 ProcSchedLimiter *schedLimit = (ProcSchedLimiter *)limit; in OsSchedLimitInit() local
57 ProcSchedLimiter *schedLimit = (ProcSchedLimiter *)limit; in OsSchedLimitFree() local
81 …ProcSchedLimiter *schedLimit = (ProcSchedLimiter *)run->plimits->limitsList[PROCESS_LIMITER_ID_SCH… in OsSchedLimitUpdateRuntime() local
106 …ProcSchedLimiter *schedLimit = (ProcSchedLimiter *)processCB->plimits->limitsList[PROCESS_LIMITER_… in OsSchedLimitCheckTime() local
113 UINT32 OsSchedLimitSetPeriod(ProcSchedLimiter *schedLimit, UINT64 value) in OsSchedLimitSetPeriod()
130 UINT32 OsSchedLimitSetQuota(ProcSchedLimiter *schedLimit, UINT64 value) in OsSchedLimitSetQuota()
/kernel/liteos_a/fs/proc/os_adapt/
Dplimits_proc.c791 ProcSchedLimiter *schedLimit = (ProcSchedLimiter *)data; in SchedLimitReadPeriod() local
808 ProcSchedLimiter *schedLimit = (ProcSchedLimiter *)pf->pPDE->data; in SchedLimitWritePeriod() local
818 ProcSchedLimiter *schedLimit = (ProcSchedLimiter *)data; in SchedLimitReadQuota() local
835 ProcSchedLimiter *schedLimit = (ProcSchedLimiter *)pf->pPDE->data; in SchedLimitWriteQuota() local