Searched defs:assoc_array_edit (Results 1 – 2 of 2) sorted by relevance
74 struct assoc_array_edit { struct75 struct rcu_head rcu;76 struct assoc_array *array;77 const struct assoc_array_ops *ops;78 const struct assoc_array_ops *ops_for_excised_subtree;79 struct assoc_array_ptr *leaf;80 struct assoc_array_ptr **leaf_p;81 struct assoc_array_ptr *dead_leaf;82 struct assoc_array_ptr *new_meta[3];83 struct assoc_array_ptr *excised_meta[1];[all …]
78 struct assoc_array_edit { struct79 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 …]