Searched defs:assoc_array_edit (Results 1 – 1 of 1) 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 …]