Lines Matching full:expiry

71  * The array level of a newly armed timer depends on the relative expiry
72 * time. The farther the expiry time is away the higher the array level and
76 * expiry of the timers, this implementation removes the need for recascading
78 * implementation of the kernel already violated the 'exact' expiry by adding
79 * slack to the expiry time to provide batched expiration. The granularity
84 * timeout timers (networking, disk I/O ...) are canceled before expiry. If
88 * The only exception to this are networking timers with a small expiry
92 * We don't have cascading anymore. timers with a expiry time above the
490 * Helper function to calculate the array index for a given expiry
499 * early. Early expiry can happen due to: in calc_index()
501 * - Truncation of the expiry time in the outer wheel levels in calc_index()
590 * effective expiry time of the timer is required here in enqueue_timer()
595 * Set the next expiry time and kick the CPU so it in enqueue_timer()
905 * If the next expiry value is > jiffies, then we fast forward to in forward_timer_base()
906 * jiffies otherwise we forward to the next expiry value. in forward_timer_base()
978 * timer with this expiry. in __mod_timer()
990 * just update the expiry time and avoid the whole in __mod_timer()
1007 * timer. If it matches set the expiry to the new value so a in __mod_timer()
1294 * Mark the base as contended and grab the expiry lock, in del_timer_wait_running()
1443 * incremented directly before expire_timers was called. But expiry in expire_timers()