Lines Matching refs:expired
41 short unsigned expired;
62 ctx->expired = 1;
68 * This gets called when the timer event triggers. We set the "expired"
193 /* Start the timer. If it's expired already, handle the callback. */
210 /* Start the timer. If it's expired already, handle the callback. */
241 ctx->expired = 0;
323 ctx->expired = 0;
328 unsigned int expired = ctx->expired;
331 ctx->expired = 0;
339 if (expired && ctx->tintv)
521 * If the timer is expired and it's periodic, we need to advance it
523 * We do not update "ticks" and "expired" since the timer will be
526 if (ctx->expired && ctx->tintv) {
557 if (ctx->expired && ctx->tintv) {
558 ctx->expired = 0;