Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/extended/plimit/
Dlos_processlimit.c129 UINT32 PidLimitSetPidLimit(PidLimit *pidLimit, UINT32 pidMax) in PidLimitSetPidLimit() argument
133 if ((pidLimit == NULL) || (pidMax > LOS_GetSystemProcessMaximum())) { in PidLimitSetPidLimit()
142 if (pidLimit->pidCount >= pidMax) { in PidLimitSetPidLimit()
147 pidLimit->pidLimit = pidMax; in PidLimitSetPidLimit()
Dlos_processlimit.h57 UINT32 PidLimitSetPidLimit(PidLimit *pidLimit, UINT32 pidMax);
/kernel/liteos_a/fs/proc/os_adapt/
Dplimits_proc.c444 unsigned int size, pidMax; in ShowPids() local
450 pidMax = LOS_GetSystemProcessMaximum(); in ShowPids()
451 size = pidMax * sizeof(unsigned int); in ShowPids()
465 for (unsigned int index = 0; index < pidMax; index++) { in ShowPids()
607 UINT32 pidMax = LOS_GetSystemProcessMaximum(); in MemLimitStatShow() local
608 UINT32 size = sizeof(ProcMemLimiter) + pidMax * sizeof(unsigned long long); in MemLimitStatShow()
627 for (unsigned int index = 0; index < pidMax; index++) { in MemLimitStatShow()
853 UINT32 pidMax = LOS_GetSystemProcessMaximum(); in SchedLimitShow() local
854 UINT32 size = pidMax * sizeof(unsigned long long); in SchedLimitShow()
867 for (unsigned int index = 0; index < pidMax; index++) { in SchedLimitShow()