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