Searched refs:pidFreeList (Results 1 – 2 of 2) sorted by relevance
53 LOS_ListTailInsert(&pidContainer->pidFreeList, &processVid->node); in FreeVpid()72 if (LOS_ListEmpty(&pidContainer->pidFreeList)) { in OsGetFreeVpid()76 …ProcessVid *vpid = LOS_DL_LIST_ENTRY(LOS_DL_LIST_FIRST(&pidContainer->pidFreeList), ProcessVid, no… in OsGetFreeVpid()266 LOS_ListInit(&newPidContainer->pidFreeList); in CreateNewPidContainer()272 LOS_ListTailInsert(&newPidContainer->pidFreeList, &vpid->node); in CreateNewPidContainer()
62 LOS_DL_LIST pidFreeList; member