Searched refs:might_cancel (Results 1 – 2 of 2) sorted by relevance
46 bool might_cancel; member103 if (!ctx->might_cancel) in timerfd_clock_was_set()134 if (ctx->might_cancel) { in __timerfd_remove_cancel()135 ctx->might_cancel = false; in __timerfd_remove_cancel()151 if (!ctx->might_cancel || ctx->moffs != KTIME_MAX) in timerfd_canceled()163 if (!ctx->might_cancel) { in timerfd_setup_cancel()164 ctx->might_cancel = true; in timerfd_setup_cancel()
415 if (!ctx->might_cancel) {416 ctx->might_cancel = true;427 When a timerfd is freed (fd is closed), then the ``might_cancel``437 if (ctx->might_cancel) {438 ctx->might_cancel = false;456 the ``cancel_list``, the ``might_cancel`` flag is consulted to skip stale467 if (!ctx->might_cancel)