Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dtimerfd.c46 bool might_cancel; member
105 if (!ctx->might_cancel) in timerfd_clock_was_set()
120 if (ctx->might_cancel) { in __timerfd_remove_cancel()
121 ctx->might_cancel = false; in __timerfd_remove_cancel()
137 if (!ctx->might_cancel || ctx->moffs != KTIME_MAX) in timerfd_canceled()
149 if (!ctx->might_cancel) { in timerfd_setup_cancel()
150 ctx->might_cancel = true; in timerfd_setup_cancel()
/kernel/linux/linux-6.6/fs/
H A 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()

Completed in 3 milliseconds