Searched refs:hash_bucket_size (Results 1 – 2 of 2) sorted by relevance
15 ngx_uint_t hash_bucket_size; member70 offsetof(ngx_stream_map_conf_t, hash_bucket_size),167 mcf->hash_bucket_size = NGX_CONF_UNSET_UINT; in ngx_stream_map_create_conf()192 if (mcf->hash_bucket_size == NGX_CONF_UNSET_UINT) { in ngx_stream_map_block()193 mcf->hash_bucket_size = ngx_cacheline_size; in ngx_stream_map_block()196 mcf->hash_bucket_size = ngx_align(mcf->hash_bucket_size, in ngx_stream_map_block()296 hash.bucket_size = mcf->hash_bucket_size; in ngx_stream_map_block()
15 ngx_uint_t hash_bucket_size; member69 offsetof(ngx_http_map_conf_t, hash_bucket_size),169 mcf->hash_bucket_size = NGX_CONF_UNSET_UINT; in ngx_http_map_create_conf()194 if (mcf->hash_bucket_size == NGX_CONF_UNSET_UINT) { in ngx_http_map_block()195 mcf->hash_bucket_size = ngx_cacheline_size; in ngx_http_map_block()198 mcf->hash_bucket_size = ngx_align(mcf->hash_bucket_size, in ngx_http_map_block()297 hash.bucket_size = mcf->hash_bucket_size; in ngx_http_map_block()