Lines Matching refs:stale
84 of the computer, it will at times contain stale data. Therefore, once
228 So, when readers can tolerate stale data and when entries are either added or
312 The auditing example above tolerates stale data, as do most algorithms
318 However, there are many examples where stale data cannot be tolerated.
333 If the system-call audit module were to ever need to reject stale data, one way
397 stale objects during read-side list traversal, where stale objects
454 the ``cancel_list``, the ``might_cancel`` flag is consulted to skip stale
487 Read-mostly list-based data structures that can tolerate stale data are
492 If stale data cannot be tolerated, then a *deleted* flag may be used
503 then the caller will be processing stale data in any case. If it
504 is really OK to be processing stale data, then you don't need a
505 *deleted* flag. If processing stale data really is a problem,