shared_memory     152 core/ngx_cycle.c     if (old_cycle->shared_memory.part.nelts) {
shared_memory     153 core/ngx_cycle.c         n = old_cycle->shared_memory.part.nelts;
shared_memory     154 core/ngx_cycle.c         for (part = old_cycle->shared_memory.part.next; part; part = part->next)
shared_memory     163 core/ngx_cycle.c     if (ngx_list_init(&cycle->shared_memory, pool, n, sizeof(ngx_shm_zone_t))
shared_memory     400 core/ngx_cycle.c     part = &cycle->shared_memory.part;
shared_memory     428 core/ngx_cycle.c         opart = &old_cycle->shared_memory.part;
shared_memory     611 core/ngx_cycle.c     opart = &old_cycle->shared_memory.part;
shared_memory     625 core/ngx_cycle.c         part = &cycle->shared_memory.part;
shared_memory    1268 core/ngx_cycle.c     part = &cf->cycle->shared_memory.part;
shared_memory    1311 core/ngx_cycle.c     shm_zone = ngx_list_push(&cf->cycle->shared_memory);
shared_memory      52 core/ngx_cycle.h     ngx_list_t                shared_memory;