Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dtimerfd.c48 bool might_cancel; member
107 if (!ctx->might_cancel) in timerfd_clock_was_set()
122 if (ctx->might_cancel) { in __timerfd_remove_cancel()
123 ctx->might_cancel = false; in __timerfd_remove_cancel()
139 if (!ctx->might_cancel || ctx->moffs != KTIME_MAX) in timerfd_canceled()
151 if (!ctx->might_cancel) { in timerfd_setup_cancel()
152 ctx->might_cancel = true; in timerfd_setup_cancel()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DlistRCU.rst379 if (!ctx->might_cancel) {
380 ctx->might_cancel = true;
389 When a timerfd is freed (fd is closed), then the ``might_cancel`` flag of the
398 if (ctx->might_cancel) {
399 ctx->might_cancel = false;
414 the ``cancel_list``, the ``might_cancel`` flag is consulted to skip stale
424 if (!ctx->might_cancel)