Home
last modified time | relevance | path

Searched refs:bucket_size (Results 1 – 2 of 2) sorted by relevance

/unit/src/
H A Dnxt_lvlhsh.h46 #define NXT_LVLHSH_BUCKET_END(bucket_size) \ argument
47 (((bucket_size) - sizeof(void *)) \
52 #define NXT_LVLHSH_BUCKET_SIZE(bucket_size) \ argument
53 NXT_LVLHSH_BUCKET_END(bucket_size), bucket_size, (bucket_size - 1)
73 uint32_t bucket_size; member
H A Dnxt_lvlhsh.c75 proto->bucket_size