Home
last modified time | relevance | path

Searched refs:might_cancel (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/
Dtimerfd.c46 bool might_cancel; member
105 if (!ctx->might_cancel) in timerfd_clock_was_set()
136 if (ctx->might_cancel) { in __timerfd_remove_cancel()
137 ctx->might_cancel = false; in __timerfd_remove_cancel()
153 if (!ctx->might_cancel || ctx->moffs != KTIME_MAX) in timerfd_canceled()
165 if (!ctx->might_cancel) { in timerfd_setup_cancel()
166 ctx->might_cancel = true; in timerfd_setup_cancel()
/linux-6.12.1/Documentation/RCU/
DlistRCU.rst413 if (!ctx->might_cancel) {
414 ctx->might_cancel = true;
425 When a timerfd is freed (fd is closed), then the ``might_cancel``
435 if (ctx->might_cancel) {
436 ctx->might_cancel = false;
454 the ``cancel_list``, the ``might_cancel`` flag is consulted to skip stale
465 if (!ctx->might_cancel)