opart              53 core/ngx_cycle.c     ngx_list_part_t     *part, *opart;
opart             428 core/ngx_cycle.c         opart = &old_cycle->shared_memory.part;
opart             429 core/ngx_cycle.c         oshm_zone = opart->elts;
opart             433 core/ngx_cycle.c             if (n >= opart->nelts) {
opart             434 core/ngx_cycle.c                 if (opart->next == NULL) {
opart             437 core/ngx_cycle.c                 opart = opart->next;
opart             438 core/ngx_cycle.c                 oshm_zone = opart->elts;
opart             611 core/ngx_cycle.c     opart = &old_cycle->shared_memory.part;
opart             612 core/ngx_cycle.c     oshm_zone = opart->elts;
opart             616 core/ngx_cycle.c         if (i >= opart->nelts) {
opart             617 core/ngx_cycle.c             if (opart->next == NULL) {
opart             620 core/ngx_cycle.c             opart = opart->next;
opart             621 core/ngx_cycle.c             oshm_zone = opart->elts;