Lines Matching refs:pids
133 .name = "pids.max",
143 .name = "pids.priority",
416 LosBufPrintf(seqBuf, "%s ", "pids");
452 unsigned int *pids = (unsigned int *)LOS_MemAlloc(m_aucSysMem1, size);
453 if (pids == NULL) {
456 (void)memset_s(pids, size, 0, size);
458 unsigned int ret = OsPLimitsPidsGet(plimits, pids, size);
460 (VOID)LOS_MemFree(m_aucSysMem1, pids);
466 if (pids[index] == 0) {
471 (void)LOS_MemFree(m_aucSysMem1, pids);