Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dassoc_array_priv.h78 struct assoc_array_edit { struct
79 struct rcu_head rcu;
80 struct assoc_array *array;
81 const struct assoc_array_ops *ops;
82 const struct assoc_array_ops *ops_for_excised_subtree;
83 struct assoc_array_ptr *leaf;
84 struct assoc_array_ptr **leaf_p;
85 struct assoc_array_ptr *dead_leaf;
86 struct assoc_array_ptr *new_meta[3];
87 struct assoc_array_ptr *excised_meta[1];
[all …]