Home
last modified time | relevance | path

Searched refs:ContainerType (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/kernel/base/include/
Dlos_container_pri.h70 } ContainerType; typedef
134 UINT32 OsGetContainerID(LosProcessCB *processCB, ContainerType type);
140 UINT32 OsGetContainerLimit(ContainerType type);
142 UINT32 OsContainerLimitCheck(ContainerType type, UINT32 *containerCount);
144 UINT32 OsSetContainerLimit(ContainerType type, UINT32 value);
146 UINT32 OsGetContainerCount(ContainerType type);
/kernel/liteos_a/fs/proc/os_adapt/
Dsys_user.c100 ContainerType type = (ContainerType)(uintptr_t)pf->pPDE->data; in ProcSysUserWrite()
115 ContainerType type = (ContainerType)(uintptr_t)v; in ProcSysUserRead()
Dprocess_proc.c79 static ssize_t ProcessContainerLink(unsigned int containerID, ContainerType type, char *buffer, siz… in ProcessContainerLink()
129 UINT32 containerID = OsGetContainerID(processCB, (ContainerType)data->type); in ProcessContainerReadLink()
132 count = ProcessContainerLink(containerID, (ContainerType)data->type, buf, bufLen); in ProcessContainerReadLink()
/kernel/liteos_a/kernel/extended/container/
Dlos_container.c61 UINT32 OsGetContainerLimit(ContainerType type) in OsGetContainerLimit()
100 UINT32 OsContainerLimitCheck(ContainerType type, UINT32 *containerCount) in OsContainerLimitCheck()
112 UINT32 OsSetContainerLimit(ContainerType type, UINT32 value) in OsSetContainerLimit()
167 UINT32 OsGetContainerCount(ContainerType type) in OsGetContainerCount()
468 UINT32 OsGetContainerID(LosProcessCB *processCB, ContainerType type) in OsGetContainerID()
605 ContainerType type = (ContainerType)containerType; in SetNsGetFlagByContainerType()