slots              82 core/ngx_slab.c     ngx_slab_page_t  *slots;
slots             101 core/ngx_slab.c     slots = (ngx_slab_page_t *) p;
slots             105 core/ngx_slab.c         slots[i].slab = 0;
slots             106 core/ngx_slab.c         slots[i].next = &slots[i];
slots             107 core/ngx_slab.c         slots[i].prev = 0;
slots             161 core/ngx_slab.c     ngx_slab_page_t  *page, *prev, *slots;
slots             195 core/ngx_slab.c     slots = (ngx_slab_page_t *) ((u_char *) pool + sizeof(ngx_slab_pool_t));
slots             196 core/ngx_slab.c     page = slots[slot].next;
slots             353 core/ngx_slab.c             page->next = &slots[slot];
slots             354 core/ngx_slab.c             page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_SMALL;
slots             356 core/ngx_slab.c             slots[slot].next = page;
slots             366 core/ngx_slab.c             page->next = &slots[slot];
slots             367 core/ngx_slab.c             page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_EXACT;
slots             369 core/ngx_slab.c             slots[slot].next = page;
slots             379 core/ngx_slab.c             page->next = &slots[slot];
slots             380 core/ngx_slab.c             page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_BIG;
slots             382 core/ngx_slab.c             slots[slot].next = page;
slots             418 core/ngx_slab.c     ngx_slab_page_t  *slots, *page;
slots             451 core/ngx_slab.c                 slots = (ngx_slab_page_t *)
slots             455 core/ngx_slab.c                 page->next = slots[slot].next;
slots             456 core/ngx_slab.c                 slots[slot].next = page;
slots             458 core/ngx_slab.c                 page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_SMALL;
slots             501 core/ngx_slab.c                 slots = (ngx_slab_page_t *)
slots             505 core/ngx_slab.c                 page->next = slots[slot].next;
slots             506 core/ngx_slab.c                 slots[slot].next = page;
slots             508 core/ngx_slab.c                 page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_EXACT;
slots             540 core/ngx_slab.c                 slots = (ngx_slab_page_t *)
slots             544 core/ngx_slab.c                 page->next = slots[slot].next;
slots             545 core/ngx_slab.c                 slots[slot].next = page;
slots             547 core/ngx_slab.c                 page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_BIG;