Lines Matching refs:deleted
23 added or deleted, rather than being modified in place.
155 or deleted, without in-place modification, it is very easy to use RCU!
229 function in ipc/util.c). This code checks a "deleted" flag under a
230 per-entry spinlock, and, if the "deleted" flag is set, pretends that the
235 per-entry lock for this deleted-flag technique to be helpful?
238 one way to accomplish this would be to add a "deleted" flag and a "lock"
251 if (e->deleted) {
264 Note that this example assumes that entries are only added and deleted.
270 The audit_del_rule() function would need to set the "deleted"
284 e->deleted = 1;
298 either added or deleted from the data structure (or atomically modified
301 If stale data cannot be tolerated, then a "deleted" flag may be used
303 function to reject newly deleted data.
308 lock for this deleted-flag technique to be helpful?
313 "deleted" flag. If processing stale data really is a problem,