Lines Matching refs:stale
68 equipment outside of the computer, it will at times contain stale data.
204 So, when readers can tolerate stale data and when entries are either added or
283 The auditing example above tolerates stale data, as do most algorithms
288 However, there are many examples where stale data cannot be tolerated.
303 If the system-call audit module were to ever need to reject stale data, one way
364 For some usecases, reader performance can be improved by skipping stale objects
414 the ``cancel_list``, the ``might_cancel`` flag is consulted to skip stale
446 Read-mostly list-based data structures that can tolerate stale data are
451 If stale data cannot be tolerated, then a *deleted* flag may be used
462 then the caller will be processing stale data in any case. If it
463 is really OK to be processing stale data, then you don't need a
464 *deleted* flag. If processing stale data really is a problem,