Lines Matching full:expiry
39 * The groups hold a timer queue of events sorted by expiry time. These
249 * child going idle in top level group, the expiry of the next group event
311 * // hand back first expiry when GRP1:0 is idle
320 * // hand back first expiry when GRP1:0 is idle
331 * Required event and timerqueue update after a remote expiry:
480 * @nextexp: Next CPU event expiry information which is handed into
483 * @firstexp: Contains the first event expiry information when
487 * expiry case, firstexp is stored in the per CPU tmigr_cpu
584 * Return the next event (with the expiry equal or before @now)
706 * @data->firstexp is set to expiry of first gobal event of the (top level of
714 * This is the only place where the group event expiry value is set.
750 * remote expiry was done before. This ensures to not lose in tmigr_update_events()
753 * expiry" in the documentation at the top). in tmigr_update_events()
755 * The two call sites which are executed without a remote expiry in tmigr_update_events()
783 * queue when the expiry time changed only or when it could be ignored. in tmigr_update_events()
787 /* Make sure not to miss a new CPU event with the same expiry */ in tmigr_update_events()
863 * Returns the expiry of the next timer that needs to be handled. KTIME_MAX is
960 * remote expiry" in the documentation at the top) in tmigr_handle_remote_cpu()
979 * after a remote expiry" in the documentation at the top) in tmigr_handle_remote_cpu()
1028 * Keep track of the expiry of the first event that needs to be handled in tmigr_handle_remote_up()
1160 * expiry is required. in tmigr_requires_handle_remote()
1192 * @nextexp: Next expiry of global timer (or KTIME_MAX if not)
1328 * @nextexp: The next global timer expiry of the current CPU
1332 * Return: the next event expiry of the current CPU or the next event expiry
1364 * @nextevt: The next global timer expiry of the current CPU
1375 * * next_expiry - value of lowest expiry encountered while walking groups
1377 * is after this lowest expiry.
1401 * Thus keep track of the lowest observed expiry. in tmigr_quick_check()