Lines Matching refs:expired
41 short unsigned expired;
59 * This gets called when the timer event triggers. We set the "expired"
68 ctx->expired = 1;
184 ctx->expired = 0;
271 ctx->expired = 0;
278 if (ctx->expired && ctx->tintv) {
295 ctx->expired = 0;
485 * If the timer is expired and it's periodic, we need to advance it
487 * We do not update "ticks" and "expired" since the timer will be
490 if (ctx->expired && ctx->tintv) {
520 if (ctx->expired && ctx->tintv) {
521 ctx->expired = 0;