Lines Matching defs:assoc_array_edit
74 struct assoc_array_edit { struct
75 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];
84 struct assoc_array_ptr *excised_subtree;
85 struct assoc_array_ptr **set_backpointers[ASSOC_ARRAY_FAN_OUT];
86 struct assoc_array_ptr *set_backpointers_to;
87 struct assoc_array_node *adjust_count_on;
88 long adjust_count_by;
89 struct {
92 } set[2];
93 struct {
96 } set_parent_slot[1];
97 u8 segment_cache[ASSOC_ARRAY_FAN_OUT + 1];