Home
last modified time | relevance | path

Searched defs:rhashtable_params (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Drhashtable.h115 struct rhashtable_params { struct
116 size_t nelem_hint;
117 size_t key_len;
118 size_t key_offset;
119 size_t head_offset;
120 unsigned int insecure_max_entries;
121 unsigned int max_size;
122 unsigned int min_size;
123 u32 nulls_base;
124 bool insecure_elasticity;
[all …]