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

/linux-4.4.14/fs/
H A Dtimerfd.c43 bool might_cancel; member in struct:timerfd_ctx
102 if (!ctx->might_cancel) timerfd_clock_was_set()
117 if (ctx->might_cancel) { timerfd_remove_cancel()
118 ctx->might_cancel = false; timerfd_remove_cancel()
127 if (!ctx->might_cancel || ctx->moffs.tv64 != KTIME_MAX) timerfd_canceled()
138 if (!ctx->might_cancel) { timerfd_setup_cancel()
139 ctx->might_cancel = true; timerfd_setup_cancel()
144 } else if (ctx->might_cancel) { timerfd_setup_cancel()

Completed in 60 milliseconds