Home
last modified time | relevance | path

Searched refs:time_before (Results 1 - 25 of 1032) sorted by relevance

12345678910>>...42

/kernel/linux/linux-5.10/kernel/sched/
H A Dloadavg.c223 if (!time_before(jiffies, READ_ONCE(calc_load_update))) in calc_load_write_idx()
272 if (time_before(jiffies, this_rq->calc_load_update)) in calc_load_nohz_stop()
280 if (time_before(jiffies, this_rq->calc_load_update + 10)) in calc_load_nohz_stop()
310 if (!time_before(jiffies, sample_window + 10)) { in calc_global_nohz()
356 if (time_before(jiffies, sample_window + 10)) in calc_global_load()
390 if (time_before(jiffies, this_rq->calc_load_update)) in calc_global_load_tick()
/kernel/linux/linux-6.6/kernel/sched/
H A Dloadavg.c222 if (!time_before(jiffies, READ_ONCE(calc_load_update))) in calc_load_write_idx()
271 if (time_before(jiffies, this_rq->calc_load_update)) in calc_load_nohz_stop()
279 if (time_before(jiffies, this_rq->calc_load_update + 10)) in calc_load_nohz_stop()
309 if (!time_before(jiffies, sample_window + 10)) { in calc_global_nohz()
355 if (time_before(jiffies, sample_window + 10)) in calc_global_load()
389 if (time_before(jiffies, this_rq->calc_load_update)) in calc_global_load_tick()
/kernel/linux/linux-5.10/drivers/input/
H A Dff-memless.c85 if (time_before(state->adj_at, attack_stop)) in calculate_next_time()
96 if (time_before(state->adj_at, fade_start)) in calculate_next_time()
102 if (time_before(next_fade, state->stop_at)) in calculate_next_time()
136 (++events == 1 || time_before(next_at, earliest))) in ml_schedule_timer()
163 time_before(now, in apply_envelope()
174 time_before(now, state->stop_at)) { in apply_envelope()
347 if (time_before(jiffies, state->play_at)) in ml_get_combo_effect()
/kernel/linux/linux-6.6/drivers/input/
H A Dff-memless.c82 if (time_before(state->adj_at, attack_stop)) in calculate_next_time()
93 if (time_before(state->adj_at, fade_start)) in calculate_next_time()
99 if (time_before(next_fade, state->stop_at)) in calculate_next_time()
133 (++events == 1 || time_before(next_at, earliest))) in ml_schedule_timer()
160 time_before(now, in apply_envelope()
171 time_before(now, state->stop_at)) { in apply_envelope()
344 if (time_before(jiffies, state->play_at)) in ml_get_combo_effect()
/kernel/linux/linux-5.10/drivers/cdrom/
H A Dgdrom.c138 (time_before(jiffies, timeout))) in gdrom_wait_clrbusy()
140 return time_before(jiffies, timeout + 1); in gdrom_wait_clrbusy()
148 while (!gdrom_is_busy() && time_before(jiffies, timeout)) in gdrom_wait_busy_sleeps()
196 while (!gdrom_data_request() && time_before(jiffies, timeout)) in gdrom_spicommand()
198 if (!time_before(jiffies, timeout + 1)) { in gdrom_spicommand()
606 while (gdrom_is_busy() && time_before(jiffies, timeout)) in gdrom_readdisk_dma()
611 while (gdrom_is_busy() && time_before(jiffies, timeout)) in gdrom_readdisk_dma()
619 time_before(jiffies, timeout)) in gdrom_readdisk_dma()
/kernel/linux/linux-6.6/drivers/cdrom/
H A Dgdrom.c137 (time_before(jiffies, timeout))) in gdrom_wait_clrbusy()
139 return time_before(jiffies, timeout + 1); in gdrom_wait_clrbusy()
147 while (!gdrom_is_busy() && time_before(jiffies, timeout)) in gdrom_wait_busy_sleeps()
195 while (!gdrom_data_request() && time_before(jiffies, timeout)) in gdrom_spicommand()
197 if (!time_before(jiffies, timeout + 1)) { in gdrom_spicommand()
606 while (gdrom_is_busy() && time_before(jiffies, timeout)) in gdrom_readdisk_dma()
611 while (gdrom_is_busy() && time_before(jiffies, timeout)) in gdrom_readdisk_dma()
619 time_before(jiffies, timeout)) in gdrom_readdisk_dma()
/kernel/linux/linux-5.10/kernel/rcu/
H A Dtree_stall.h74 return !time_before(j, READ_ONCE(rcu_state.gp_start) + d); in rcu_gp_might_be_stalled()
759 if (time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
760 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall()
769 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
770 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall()
783 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
784 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall()
/kernel/linux/linux-5.10/lib/raid6/
H A Dalgos.c134 #define time_before(x, y) ((x) < (y)) macro
185 while (time_before(jiffies, in raid6_choose_gen()
209 while (time_before(jiffies, in raid6_choose_gen()
/kernel/linux/linux-5.10/include/linux/
H A Djiffies.h108 #define time_before(a,b) time_after(b,a) macro
128 time_before(a,c))
158 #define time_is_after_jiffies(a) time_before(jiffies, a)
/kernel/linux/linux-6.6/include/linux/
H A Djiffies.h129 * time_before - returns true if the time a is before time b.
135 #define time_before(a,b) time_after(b,a) macro
179 time_before(a,c))
274 #define time_is_after_jiffies(a) time_before(jiffies, a)
/kernel/linux/linux-6.6/lib/raid6/
H A Dalgos.c132 #define time_before(x, y) ((x) < (y)) macro
183 while (time_before(jiffies, in raid6_choose_gen()
225 while (time_before(jiffies, in raid6_choose_gen()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dreset.c109 } while (time_before(jiffies, end)); in mlx4_reset()
132 } while (time_before(jiffies, end)); in mlx4_reset()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dideapad-laptop.h104 while (time_before(jiffies, end_jiffies)) { in read_ec_data()
135 while (time_before(jiffies, end_jiffies)) { in write_ec_cmd()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dreset.c109 } while (time_before(jiffies, end)); in mlx4_reset()
132 } while (time_before(jiffies, end)); in mlx4_reset()
/kernel/linux/linux-5.10/drivers/i2c/muxes/
H A Di2c-arb-gpio-challenge.c56 while (time_before(jiffies, stop_retry)) { in i2c_arbitrator_select()
71 } while (time_before(jiffies, stop_time)); in i2c_arbitrator_select()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-spear.c125 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_suspend()
144 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_resume()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-spear.c122 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_suspend()
141 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_resume()
/kernel/linux/linux-6.6/drivers/i2c/muxes/
H A Di2c-arb-gpio-challenge.c56 while (time_before(jiffies, stop_retry)) { in i2c_arbitrator_select()
71 } while (time_before(jiffies, stop_time)); in i2c_arbitrator_select()
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree_stall.h103 return !time_before(j, READ_ONCE(rcu_state.gp_start) + d); in rcu_gp_might_be_stalled()
967 if (time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
968 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall()
977 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
978 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall()
991 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
992 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall()
/kernel/linux/linux-5.10/drivers/char/
H A Dnwflash.c346 while (!(c1 & 0x80) && time_before(jiffies, timeout)) { in erase_block()
469 while (!(c1 & 0x80) && time_before(jiffies, timeout1)) in write_block()
507 if (time_before(jiffies, timeout)) { in write_block()
/kernel/linux/linux-6.6/drivers/char/
H A Dnwflash.c346 while (!(c1 & 0x80) && time_before(jiffies, timeout)) { in erase_block()
469 while (!(c1 & 0x80) && time_before(jiffies, timeout1)) in write_block()
507 if (time_before(jiffies, timeout)) { in write_block()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dsmp.c103 while (time_before(jiffies, stop)) { in wait_boot_cpu_to_stop()
182 while (time_before(jiffies, timeout)) { in wait_for_txrdy()
342 while (time_before(jiffies, timeout)) { in secondary_cpu_start()
378 while (time_before(jiffies, timeout)) { in smp_boot_one_cpu()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dsmp.c103 while (time_before(jiffies, stop)) { in wait_boot_cpu_to_stop()
182 while (time_before(jiffies, timeout)) { in wait_for_txrdy()
342 while (time_before(jiffies, timeout)) { in secondary_cpu_start()
378 while (time_before(jiffies, timeout)) { in smp_boot_one_cpu()
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_controller.c108 && time_before(jiffies, timeout)) in hdac_wait_for_cmd_dmas()
113 && time_before(jiffies, timeout)) in hdac_wait_for_cmd_dmas()
414 time_before(jiffies, timeout)) in snd_hdac_bus_enter_link_reset()
432 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset()
/kernel/linux/linux-5.10/drivers/parport/
H A Dieee1284_ops.c85 if (!time_before (jiffies, expire)) in parport_ieee1284_write_compat()
107 } while (time_before (jiffies, expire)); in parport_ieee1284_write_compat()
132 if (time_before (jiffies, expire)) in parport_ieee1284_write_compat()
517 if (!time_before (jiffies, expire)) in parport_ieee1284_ecp_read_data()

Completed in 27 milliseconds

12345678910>>...42