Home | History | Annotate | Download | only in common

Lines Matching defs:next_expiration

390     long    next_expiration;        /* Holds the next soonest expiration time after this update */
435 next_expiration = GKI_NO_NEW_TMRS_STARTED;
482 if (gki_cb.com.OSTaskTmr0[task_id] > 0 && gki_cb.com.OSTaskTmr0[task_id] < next_expiration)
483 next_expiration = gki_cb.com.OSTaskTmr0[task_id];
505 if (gki_cb.com.OSTaskTmr1[task_id] > 0 && gki_cb.com.OSTaskTmr1[task_id] < next_expiration)
506 next_expiration = gki_cb.com.OSTaskTmr1[task_id];
528 if (gki_cb.com.OSTaskTmr2[task_id] > 0 && gki_cb.com.OSTaskTmr2[task_id] < next_expiration)
529 next_expiration = gki_cb.com.OSTaskTmr2[task_id];
551 if (gki_cb.com.OSTaskTmr3[task_id] > 0 && gki_cb.com.OSTaskTmr3[task_id] < next_expiration)
552 next_expiration = gki_cb.com.OSTaskTmr3[task_id];
558 if (next_expiration < GKI_NO_NEW_TMRS_STARTED)
560 gki_cb.com.OSTicksTilExp = gki_cb.com.OSNumOrigTicks = next_expiration;