Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cpuinfo.c100 ngx_cacheline_size = 32; in ngx_cpuinfo()
105 ngx_cacheline_size = 32; in ngx_cpuinfo()
111 ngx_cacheline_size = 64; in ngx_cpuinfo()
121 ngx_cacheline_size = 128; in ngx_cpuinfo()
126 ngx_cacheline_size = 64; in ngx_cpuinfo()
H A Dngx_crc32.c111 & ~((uintptr_t) ngx_cacheline_size - 1)) in ngx_crc32_table_init()
117 p = ngx_alloc(16 * sizeof(uint32_t) + ngx_cacheline_size, ngx_cycle->log); in ngx_crc32_table_init()
122 p = ngx_align_ptr(p, ngx_cacheline_size); in ngx_crc32_table_init()
H A Dngx_hash.c354 test[i] = (u_short) (ngx_align(test[i], ngx_cacheline_size)); in ngx_hash_init()
378 elts = ngx_palloc(hinit->pool, len + ngx_cacheline_size); in ngx_hash_init()
384 elts = ngx_align_ptr(elts, ngx_cacheline_size); in ngx_hash_init()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_posix_init.c54 ngx_cacheline_size = NGX_CPU_CACHE_LINE; in ngx_os_init()
71 ngx_cacheline_size = size; in ngx_os_init()
H A Dngx_alloc.h42 extern ngx_uint_t ngx_cacheline_size;
H A Dngx_alloc.c14 ngx_uint_t ngx_cacheline_size; variable
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c193 mcf->hash_bucket_size = ngx_cacheline_size; in ngx_stream_map_block()
197 ngx_cacheline_size); in ngx_stream_map_block()
H A Dngx_stream_core_module.c396 ngx_align(cmcf->variables_hash_bucket_size, ngx_cacheline_size); in ngx_stream_core_init_main_conf()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c195 mcf->hash_bucket_size = ngx_cacheline_size; in ngx_http_map_block()
199 ngx_cacheline_size); in ngx_http_map_block()
H A Dngx_http_referer_module.c392 ngx_cacheline_size); in ngx_http_referer_merge_conf()
H A Dngx_http_scgi_module.c1544 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c1805 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_ssi_filter_module.c2851 hash.bucket_size = ngx_cacheline_size; in ngx_http_ssi_init_main_conf()
H A Dngx_http_fastcgi_module.c3077 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_grpc_module.c4310 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_grpc_merge_loc_conf()
H A Dngx_http_proxy_module.c3326 ngx_cacheline_size); in ngx_http_proxy_merge_loc_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3243 ngx_cacheline_size); in ngx_http_core_init_main_conf()
3246 ngx_align(cmcf->server_names_hash_bucket_size, ngx_cacheline_size); in ngx_http_core_init_main_conf()
3253 ngx_align(cmcf->variables_hash_bucket_size, ngx_cacheline_size); in ngx_http_core_init_main_conf()
3539 ngx_cacheline_size); in ngx_http_core_merge_loc_conf()
H A Dngx_http.c438 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_init_headers_in_hash()
H A Dngx_http_upstream.c6468 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_upstream_init_main_conf()