Lines Matching refs:edit
74 The insertion and deletion functions produce an 'edit script' that can later be
91 1. Apply an edit script::
93 void assoc_array_apply_edit(struct assoc_array_edit *edit);
95 This will perform the edit functions, interpolating various write barriers
96 to permit accesses under the RCU read lock to continue. The edit script
100 2. Cancel an edit script::
102 void assoc_array_cancel_edit(struct assoc_array_edit *edit);
104 This frees the edit script and all preallocated memory immediately. If
196 an edit script that must be applied. ``-ENOMEM`` is returned in the case of
215 an edit script that must be applied. ``-ENOMEM`` is returned in the case of
232 an edit script that must be applied. ``-ENOMEM`` is returned in the case of