Searched refs:ngx_cacheline_size (Results 1 – 19 of 19) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_cpuinfo.c | 100 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 D | ngx_crc32.c | 111 & ~((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 D | ngx_hash.c | 354 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 D | ngx_posix_init.c | 54 ngx_cacheline_size = NGX_CPU_CACHE_LINE; in ngx_os_init() 71 ngx_cacheline_size = size; in ngx_os_init()
|
| H A D | ngx_alloc.h | 42 extern ngx_uint_t ngx_cacheline_size;
|
| H A D | ngx_alloc.c | 14 ngx_uint_t ngx_cacheline_size; variable
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_map_module.c | 193 mcf->hash_bucket_size = ngx_cacheline_size; in ngx_stream_map_block() 197 ngx_cacheline_size); in ngx_stream_map_block()
|
| H A D | ngx_stream_core_module.c | 396 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 D | ngx_http_map_module.c | 195 mcf->hash_bucket_size = ngx_cacheline_size; in ngx_http_map_block() 199 ngx_cacheline_size); in ngx_http_map_block()
|
| H A D | ngx_http_referer_module.c | 392 ngx_cacheline_size); in ngx_http_referer_merge_conf()
|
| H A D | ngx_http_scgi_module.c | 1544 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 1805 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_ssi_filter_module.c | 2851 hash.bucket_size = ngx_cacheline_size; in ngx_http_ssi_init_main_conf()
|
| H A D | ngx_http_fastcgi_module.c | 3077 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 4310 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_grpc_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 3326 ngx_cacheline_size); in ngx_http_proxy_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.c | 3243 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 D | ngx_http.c | 438 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_init_headers_in_hash()
|
| H A D | ngx_http_upstream.c | 6468 hash.bucket_size = ngx_align(64, ngx_cacheline_size); in ngx_http_upstream_init_main_conf()
|