Searched refs:timeForChildContainer (Results 1 – 3 of 3) sorted by relevance
61 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 …]
232 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()
89 struct TimeContainer *timeForChildContainer; member