Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drhashtable-types.h59 struct rhashtable_params { struct
60 u16 nelem_hint;
61 u16 key_len;
62 u16 key_offset;
63 u16 head_offset;
64 unsigned int max_size;
65 u16 min_size;
66 bool insecure_elasticity;
90 struct rhashtable_params p; argument