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

/linux-master/fs/
H A Dtimerfd.c46 bool might_cancel; member in struct:timerfd_ctx
105 if (!ctx->might_cancel)
136 if (ctx->might_cancel) {
137 ctx->might_cancel = false;
153 if (!ctx->might_cancel || ctx->moffs != KTIME_MAX)
165 if (!ctx->might_cancel) {
166 ctx->might_cancel = true;

Completed in 95 milliseconds