Lines Matching refs:edit
91 The insertion and deletion functions produce an 'edit script' that can later be
108 (1) Apply an edit script.
110 void assoc_array_apply_edit(struct assoc_array_edit *edit);
112 This will perform the edit functions, interpolating various write barriers
113 to permit accesses under the RCU read lock to continue. The edit script
117 (2) Cancel an edit script.
119 void assoc_array_cancel_edit(struct assoc_array_edit *edit);
121 This frees the edit script and all preallocated memory immediately. If
214 an edit script that must be applied. -ENOMEM is returned in the case of
233 an edit script that must be applied. -ENOMEM is returned in the case of
250 an edit script that must be applied. -ENOMEM is returned in the case of