Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cycle.c50 ngx_list_part_t *part, *opart; in ngx_init_cycle() local
430 oshm_zone = opart->elts; in ngx_init_cycle()
434 if (n >= opart->nelts) { in ngx_init_cycle()
438 opart = opart->next; in ngx_init_cycle()
636 oshm_zone = opart->elts; in ngx_init_cycle()
640 if (i >= opart->nelts) { in ngx_init_cycle()
644 opart = opart->next; in ngx_init_cycle()
645 oshm_zone = opart->elts; in ngx_init_cycle()
867 oshm_zone = opart->elts; in ngx_init_cycle()
871 if (n >= opart->nelts) { in ngx_init_cycle()
[all …]