ngx_cacheline_size   99 core/ngx_cpuinfo.c             ngx_cacheline_size = 32;
ngx_cacheline_size  104 core/ngx_cpuinfo.c             ngx_cacheline_size = 32;
ngx_cacheline_size  110 core/ngx_cpuinfo.c                 ngx_cacheline_size = 64;
ngx_cacheline_size  120 core/ngx_cpuinfo.c             ngx_cacheline_size = 128;
ngx_cacheline_size  125 core/ngx_cpuinfo.c         ngx_cacheline_size = 64;
ngx_cacheline_size  110 core/ngx_crc32.c           & ~((uintptr_t) ngx_cacheline_size - 1))
ngx_cacheline_size  116 core/ngx_crc32.c     p = ngx_alloc(16 * sizeof(uint32_t) + ngx_cacheline_size, ngx_cycle->log);
ngx_cacheline_size  121 core/ngx_crc32.c     p = ngx_align_ptr(p, ngx_cacheline_size);
ngx_cacheline_size  346 core/ngx_hash.c         test[i] = (u_short) (ngx_align(test[i], ngx_cacheline_size));
ngx_cacheline_size  370 core/ngx_hash.c     elts = ngx_palloc(hinit->pool, len + ngx_cacheline_size);
ngx_cacheline_size  376 core/ngx_hash.c     elts = ngx_align_ptr(elts, ngx_cacheline_size);
ngx_cacheline_size 2251 http/modules/ngx_http_fastcgi_module.c     hash.bucket_size = ngx_align(64, ngx_cacheline_size);
ngx_cacheline_size  192 http/modules/ngx_http_map_module.c         mcf->hash_bucket_size = ngx_cacheline_size;
ngx_cacheline_size  196 http/modules/ngx_http_map_module.c                                           ngx_cacheline_size);
ngx_cacheline_size 2015 http/modules/ngx_http_proxy_module.c                                                ngx_cacheline_size);
ngx_cacheline_size 1265 http/modules/ngx_http_scgi_module.c     hash.bucket_size = ngx_align(64, ngx_cacheline_size);
ngx_cacheline_size 2719 http/modules/ngx_http_ssi_filter_module.c     hash.bucket_size = ngx_cacheline_size;
ngx_cacheline_size 1320 http/modules/ngx_http_uwsgi_module.c     hash.bucket_size = ngx_align(64, ngx_cacheline_size);
ngx_cacheline_size  432 http/ngx_http.c     hash.bucket_size = ngx_align(64, ngx_cacheline_size);
ngx_cacheline_size 2930 http/ngx_http_core_module.c         cmcf->server_names_hash_bucket_size = ngx_cacheline_size;
ngx_cacheline_size 2934 http/ngx_http_core_module.c             ngx_align(cmcf->server_names_hash_bucket_size, ngx_cacheline_size);
ngx_cacheline_size 2946 http/ngx_http_core_module.c                ngx_align(cmcf->variables_hash_bucket_size, ngx_cacheline_size);
ngx_cacheline_size 3205 http/ngx_http_core_module.c                               ngx_cacheline_size);
ngx_cacheline_size 3208 http/ngx_http_core_module.c                                              ngx_cacheline_size);
ngx_cacheline_size 4516 http/ngx_http_upstream.c     hash.bucket_size = ngx_align(64, ngx_cacheline_size);
ngx_cacheline_size   13 os/unix/ngx_alloc.c ngx_uint_t  ngx_cacheline_size;
ngx_cacheline_size   41 os/unix/ngx_alloc.h extern ngx_uint_t  ngx_cacheline_size;
ngx_cacheline_size   45 os/unix/ngx_posix_init.c     ngx_cacheline_size = NGX_CPU_CACHE_LINE;