Lines Matching refs:flag
311 function in ipc/shm.c). This code checks a *deleted* flag under a
312 per-entry spinlock, and, if the *deleted* flag is set, pretends that the
319 For the deleted-flag technique to be helpful, why is it necessary
325 to accomplish this would be to add a ``deleted`` flag and a ``lock`` spinlock to the
352 The ``audit_del_rule()`` function would need to set the ``deleted`` flag under the
417 flag of the timerfd object is cleared, the object removed from the
445 the ``cancel_list``, the ``might_cancel`` flag is consulted to skip stale
472 the list. In this example, a flag is used to skip such objects.
483 If stale data cannot be tolerated, then a *deleted* flag may be used
490 For the deleted-flag technique to be helpful, why is it necessary
496 *deleted* flag. If processing stale data really is a problem,