Searched refs:pidMax (Results 1 – 3 of 3) sorted by relevance
129 UINT32 PidLimitSetPidLimit(PidLimit *pidLimit, UINT32 pidMax) in PidLimitSetPidLimit() argument133 if ((pidLimit == NULL) || (pidMax > LOS_GetSystemProcessMaximum())) { in PidLimitSetPidLimit()142 if (pidLimit->pidCount >= pidMax) { in PidLimitSetPidLimit()147 pidLimit->pidLimit = pidMax; in PidLimitSetPidLimit()
57 UINT32 PidLimitSetPidLimit(PidLimit *pidLimit, UINT32 pidMax);
444 unsigned int size, pidMax; in ShowPids() local450 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() local608 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() local854 UINT32 size = pidMax * sizeof(unsigned long long); in SchedLimitShow()867 for (unsigned int index = 0; index < pidMax; index++) { in SchedLimitShow()