Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dtimerfd.c45 bool might_cancel; member
104 if (!ctx->might_cancel) in timerfd_clock_was_set()
119 if (ctx->might_cancel) { in __timerfd_remove_cancel()
120 ctx->might_cancel = false; in __timerfd_remove_cancel()
136 if (!ctx->might_cancel || ctx->moffs != KTIME_MAX) in timerfd_canceled()
148 if (!ctx->might_cancel) { in timerfd_setup_cancel()
149 ctx->might_cancel = true; in timerfd_setup_cancel()