Searched refs:shared_memory (Results 1 – 3 of 3) sorted by relevance
156 if (old_cycle->shared_memory.part.nelts) { in ngx_init_cycle()157 n = old_cycle->shared_memory.part.nelts; in ngx_init_cycle()167 if (ngx_list_init(&cycle->shared_memory, pool, n, sizeof(ngx_shm_zone_t)) in ngx_init_cycle()406 part = &cycle->shared_memory.part; in ngx_init_cycle()429 opart = &old_cycle->shared_memory.part; in ngx_init_cycle()635 opart = &old_cycle->shared_memory.part; in ngx_init_cycle()649 part = &cycle->shared_memory.part; in ngx_init_cycle()848 part = &cycle->shared_memory.part; in ngx_init_cycle()866 opart = &old_cycle->shared_memory.part; in ngx_init_cycle()1285 part = &cf->cycle->shared_memory.part; in ngx_shared_memory_add()[all …]
67 ngx_list_t shared_memory; member
586 part = (ngx_list_part_t *) &ngx_cycle->shared_memory.part; in ngx_unlock_mutexes()