Searched refs:ContainerType (Results 1 – 4 of 4) sorted by relevance
| /kernel/liteos_a/kernel/base/include/ |
| D | los_container_pri.h | 70 } 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/ |
| D | sys_user.c | 100 ContainerType type = (ContainerType)(uintptr_t)pf->pPDE->data; in ProcSysUserWrite() 115 ContainerType type = (ContainerType)(uintptr_t)v; in ProcSysUserRead()
|
| D | process_proc.c | 79 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/ |
| D | los_container.c | 61 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()
|