Lines Matching +full:1 +full:ms

106  *  0      0         1 ms                0 ms -         63 ms
107 * 1 64 8 ms 64 ms - 511 ms
108 * 2 128 64 ms 512 ms - 4095 ms (512ms - ~4s)
109 * 3 192 512 ms 4096 ms - 32767 ms (~4s - ~32s)
110 * 4 256 4096 ms (~4s) 32768 ms - 262143 ms (~32s - ~4m)
111 * 5 320 32768 ms (~32s) 262144 ms - 2097151 ms (~4m - ~34m)
112 * 6 384 262144 ms (~4m) 2097152 ms - 16777215 ms (~34m - ~4h)
113 * 7 448 2097152 ms (~34m) 16777216 ms - 134217727 ms (~4h - ~1d)
114 * 8 512 16777216 ms (~4h) 134217728 ms - 1073741822 ms (~1d - ~12d)
118 * 0 0 3 ms 0 ms - 210 ms
119 * 1 64 26 ms 213 ms - 1703 ms (213ms - ~1s)
120 * 2 128 213 ms 1706 ms - 13650 ms (~1s - ~13s)
121 * 3 192 1706 ms (~1s) 13653 ms - 109223 ms (~13s - ~1m)
122 * 4 256 13653 ms (~13s) 109226 ms - 873810 ms (~1m - ~14m)
123 * 5 320 109226 ms (~1m) 873813 ms - 6990503 ms (~14m - ~1h)
124 * 6 384 873813 ms (~14m) 6990506 ms - 55924050 ms (~1h - ~15h)
125 * 7 448 6990506 ms (~1h) 55924053 ms - 447392423 ms (~15h - ~5d)
126 * 8 512 55924053 ms (~15h) 447392426 ms - 3579139406 ms (~5d - ~41d)
130 * 0 0 4 ms 0 ms - 255 ms
131 * 1 64 32 ms 256 ms - 2047 ms (256ms - ~2s)
132 * 2 128 256 ms 2048 ms - 16383 ms (~2s - ~16s)
133 * 3 192 2048 ms (~2s) 16384 ms - 131071 ms (~16s - ~2m)
134 * 4 256 16384 ms (~16s) 131072 ms - 1048575 ms (~2m - ~17m)
135 * 5 320 131072 ms (~2m) 1048576 ms - 8388607 ms (~17m - ~2h)
136 * 6 384 1048576 ms (~17m) 8388608 ms - 67108863 ms (~2h - ~18h)
137 * 7 448 8388608 ms (~2h) 67108864 ms - 536870911 ms (~18h - ~6d)
138 * 8 512 67108864 ms (~18h) 536870912 ms - 4294967288 ms (~6d - ~49d)
142 * 0 0 10 ms 0 ms - 630 ms
143 * 1 64 80 ms 640 ms - 5110 ms (640ms - ~5s)
144 * 2 128 640 ms 5120 ms - 40950 ms (~5s - ~40s)
145 * 3 192 5120 ms (~5s) 40960 ms - 327670 ms (~40s - ~5m)
146 * 4 256 40960 ms (~40s) 327680 ms - 2621430 ms (~5m - ~43m)
147 * 5 320 327680 ms (~5m) 2621440 ms - 20971510 ms (~43m - ~5h)
148 * 6 384 2621440 ms (~43m) 20971520 ms - 167772150 ms (~5h - ~1d)
149 * 7 448 20971520 ms (~5h) 167772160 ms - 1342177270 ms (~1d - ~15d)
154 #define LVL_CLK_DIV (1UL << LVL_CLK_SHIFT)
155 #define LVL_CLK_MASK (LVL_CLK_DIV - 1)
157 #define LVL_GRAN(n) (1UL << LVL_SHIFT(n))
164 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT))
168 #define LVL_SIZE (1UL << LVL_BITS)
169 #define LVL_MASK (LVL_SIZE - 1)
181 #define WHEEL_TIMEOUT_MAX (WHEEL_TIMEOUT_CUTOFF - LVL_GRAN(LVL_DEPTH - 1))
196 # define BASE_GLOBAL 1
199 # define NR_BASES 1
226 * of a timer; during expiry, it is 1 offset ahead of
278 static unsigned int sysctl_timer_migration = 1;
369 * we should round down to the whole second, not up. Use 1/4th second in round_jiffies_common()
536 expires = (expires >> LVL_SHIFT(lvl)) + 1; in calc_index()
547 if (delta < LVL_START(1)) { in calc_wheel_index()
550 idx = calc_index(expires, 1, bucket_expiry); in calc_wheel_index()
574 idx = calc_index(expires, LVL_DEPTH - 1, bucket_expiry); in calc_wheel_index()
716 WARN_ON(1); in stub_timer()
734 WARN_ON(1); in timer_fixup_activate()
911 return 1; in detach_if_pending()
1041 return 1; in __mod_timer()
1043 return 1; in __mod_timer()
1064 ret = 1; in __mod_timer()
1081 ret = 1; in __mod_timer()
1158 * * %1 - The timer was active and requeued to expire at @expires
1189 * * %1 - The timer was active and requeued to expire at @expires or
1214 * * %1 - The timer was active and requeued to expire at @expires or
1358 * * %1 - The timer was pending and deactivated
1402 * * %1 - The timer was pending and deactivated
1423 * * %1 - The timer was pending
1448 * * %1 - The timer was pending and deactivated
1449 * * %-1 - The timer callback function is running on a different CPU
1455 int ret = -1; in __try_to_del_timer_sync()
1484 * * %1 - The timer was pending and deactivated
1485 * * %-1 - The timer callback function is running on a different CPU
1588 * * %1 - The timer was pending and deactivated
1671 * * %1 - The timer was pending and deactivated
1713 * * %1 - The timer was pending
1753 WARN_ONCE(1, "timer: %pS preempt leak: %08x -> %08x\n", in call_timer_fn()
1772 unsigned long baseclk = base->clk - 1; in expire_timers()
1847 return pos < start ? pos + LVL_SIZE - start : -1; in next_pending_bucket()
1897 * levels have the next expiring bucket @index 1. in timer_recalc_next_expiry()
1908 * 0 0 0 1 0 in timer_recalc_next_expiry()
1917 adj = lvl_clk ? 1 : 0; in timer_recalc_next_expiry()
2001 if (time_before_eq(nextevt, basej + 1)) { in fetch_next_timer_interrupt()
2220 idle_is_possible = time_after(nextevt, basej + 1); in __get_next_timer_interrupt()
2248 if (!base_local->is_idle && time_after(nextevt, basej + 1)) { in __get_next_timer_interrupt()
2365 * While executing timers, base->clk is set 1 offset ahead of in __run_timers()
2432 * 1. Remote CPU expires global timers of this CPU and updates in run_local_timers()
2464 * process. user_tick is 1 if the tick is user time, 0 for system.