Home
last modified time | relevance | path

Searched refs:time_before (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dloadavg.c224 if (!time_before(jiffies, READ_ONCE(calc_load_update))) in calc_load_write_idx()
273 if (time_before(jiffies, this_rq->calc_load_update)) in calc_load_nohz_stop()
281 if (time_before(jiffies, this_rq->calc_load_update + 10)) in calc_load_nohz_stop()
311 if (!time_before(jiffies, sample_window + 10)) { in calc_global_nohz()
357 if (time_before(jiffies, sample_window + 10)) in calc_global_load()
391 if (time_before(jiffies, this_rq->calc_load_update)) in calc_global_load_tick()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/include/
H A Dtime.h35 #define time_before(a,b) time_after(b,a) macro
55 time_before(a,c))
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree_stall.h75 return !time_before(j, READ_ONCE(rcu_state.gp_start) + d); in rcu_gp_might_be_stalled()
764 if (time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
765 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall()
774 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
775 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall()
788 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
789 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall()
/OK3568_Linux_fs/kernel/lib/raid6/
H A Dalgos.c118 #define time_before(x, y) ((x) < (y)) macro
169 while (time_before(jiffies, in raid6_choose_gen()
193 while (time_before(jiffies, in raid6_choose_gen()
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
H A Dohci-sm501.c220 if (time_before(jiffies, ohci->next_statechange)) in ohci_sm501_suspend()
238 if (time_before(jiffies, ohci->next_statechange)) in ohci_sm501_resume()
/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_controller.c96 && time_before(jiffies, timeout)) in hdac_wait_for_cmd_dmas()
101 && time_before(jiffies, timeout)) in hdac_wait_for_cmd_dmas()
395 time_before(jiffies, timeout)) in snd_hdac_bus_enter_link_reset()
413 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-pcie.c213 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on()
234 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on()
256 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstv0297.c537 while (time_before(jiffies, timeout)) { in stv0297_set_frontend()
549 while (time_before(jiffies, timeout)) { in stv0297_set_frontend()
562 while (time_before(jiffies, timeout)) { in stv0297_set_frontend()
579 while (time_before(jiffies, timeout)) { in stv0297_set_frontend()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_legacy.c206 } while (time_before(jiffies, timeo)); in nand_wait_ready()
236 } while (time_before(jiffies, timeo)); in nand_wait_status_ready()
568 } while (time_before(jiffies, timeo)); in nand_wait()
/OK3568_Linux_fs/kernel/net/tipc/
H A Ddiscover.c151 bool trial = time_before(jiffies, tn->addr_trial_end) && !self; in tipc_disc_addr_trial_msg()
310 if (!time_before(jiffies, tn->addr_trial_end) && !tipc_own_addr(net)) { in tipc_disc_timeout()
318 if (time_before(jiffies, tn->addr_trial_end)) { in tipc_disc_timeout()
/OK3568_Linux_fs/kernel/arch/arm/plat-versatile/
H A Dplatsmp.c94 while (time_before(jiffies, timeout)) { in versatile_boot_secondary()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dcall_event.c34 if (time_before(ping_at, call->ping_at)) { in rxrpc_propose_ping()
121 if (time_before(ack_at, call->ack_at)) { in __rxrpc_propose_ACK()
418 #define set(T) { t = READ_ONCE(T); if (time_before(t, next)) next = t; } in rxrpc_process_call()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_main.c349 } while (!done && !hb && time_before(jiffies, max_wait)); in ionic_dev_cmd_wait()
366 if (!done && !time_before(jiffies, max_wait)) { in ionic_dev_cmd_wait()
376 time_before(jiffies, (max_wait - HZ))) { in ionic_dev_cmd_wait()
/OK3568_Linux_fs/kernel/drivers/char/tpm/st33zp24/
H A Dst33zp24.c152 } while (time_before(jiffies, stop)); in request_locality()
201 } while (time_before(jiffies, stop)); in get_burstcount()
291 } while (time_before(jiffies, stop)); in wait_for_stat()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dfs_probe.c383 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
393 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
394 if (time_before(poll_at, timer_at)) in afs_fs_probe_dispatcher()
/OK3568_Linux_fs/kernel/drivers/phy/tegra/
H A Dxusb-tegra210.c346 while (time_before(jiffies, timeout)) { in tegra210_pex_uphy_enable()
365 while (time_before(jiffies, timeout)) { in tegra210_pex_uphy_enable()
384 while (time_before(jiffies, timeout)) { in tegra210_pex_uphy_enable()
404 while (time_before(jiffies, timeout)) { in tegra210_pex_uphy_enable()
423 while (time_before(jiffies, timeout)) { in tegra210_pex_uphy_enable()
588 while (time_before(jiffies, timeout)) { in tegra210_sata_uphy_enable()
607 while (time_before(jiffies, timeout)) { in tegra210_sata_uphy_enable()
626 while (time_before(jiffies, timeout)) { in tegra210_sata_uphy_enable()
646 while (time_before(jiffies, timeout)) { in tegra210_sata_uphy_enable()
665 while (time_before(jiffies, timeout)) { in tegra210_sata_uphy_enable()

12345678910>>...22