Home
last modified time | relevance | path

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

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