Home
last modified time | relevance | path

Searched refs:timeForChildContainer (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/kernel/extended/container/
Dlos_time_container.c61 TimeContainer *newTimeContainer = parent->container->timeForChildContainer; in CreateTimeContainer()
65 child->container->timeForChildContainer = newTimeContainer; in CreateTimeContainer()
90 if (currTimeContainer == parent->container->timeForChildContainer) { in OsCopyTimeContainer()
94 child->container->timeForChildContainer = currTimeContainer; in OsCopyTimeContainer()
112 newContainer->timeForChildContainer = curr->container->timeForChildContainer; in OsUnshareTimeContainer()
114 if (newContainer->timeContainer != newContainer->timeForChildContainer) { in OsUnshareTimeContainer()
115 LOS_AtomicInc(&newContainer->timeForChildContainer->rc); in OsUnshareTimeContainer()
131 if (curr->container->timeContainer != curr->container->timeForChildContainer) { in OsUnshareTimeContainer()
141 newContainer->timeForChildContainer = timeForChild; in OsUnshareTimeContainer()
153 newContainer->timeForChildContainer = container->timeContainer; in OsSetNsTimeContainer()
[all …]
Dlos_container.c232 g_rootContainer.timeForChildContainer = g_rootContainer.timeContainer; in OsInitRootContainer()
349 if (parent->container->timeContainer != parent->container->timeForChildContainer) { in OsCopyContainers()
502 return OsGetTimeContainerID(container->timeForChildContainer); in OsGetContainerID()
/kernel/liteos_a/kernel/base/include/
Dlos_container_pri.h89 struct TimeContainer *timeForChildContainer; member