/Linux-v6.6/kernel/sched/ |
D | loadavg.c | 222 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()
|
/Linux-v6.6/drivers/cdrom/ |
D | gdrom.c | 137 (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()
|
/Linux-v6.6/drivers/input/ |
D | ff-memless.c | 82 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()
|
/Linux-v6.6/lib/raid6/ |
D | algos.c | 132 #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()
|
/Linux-v6.6/include/linux/ |
D | jiffies.h | 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)
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ |
D | reset.c | 109 } while (time_before(jiffies, end)); in mlx4_reset() 132 } while (time_before(jiffies, end)); in mlx4_reset()
|
/Linux-v6.6/drivers/platform/x86/ |
D | ideapad-laptop.h | 104 while (time_before(jiffies, end_jiffies)) { in read_ec_data() 135 while (time_before(jiffies, end_jiffies)) { in write_ec_cmd()
|
/Linux-v6.6/drivers/char/ |
D | nwflash.c | 346 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()
|
/Linux-v6.6/kernel/rcu/ |
D | tree_stall.h | 103 return !time_before(j, READ_ONCE(rcu_state.gp_start) + d); in rcu_gp_might_be_stalled() 951 if (time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall() 952 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall() 961 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall() 962 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall() 975 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall() 976 time_before(j, READ_ONCE(rcu_state.gp_activity) + gpssdelay) || in rcu_check_gp_start_stall()
|
/Linux-v6.6/drivers/usb/host/ |
D | ohci-spear.c | 122 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()
|
D | ohci-sm501.c | 217 if (time_before(jiffies, ohci->next_statechange)) in ohci_sm501_suspend() 235 if (time_before(jiffies, ohci->next_statechange)) in ohci_sm501_resume()
|
/Linux-v6.6/drivers/i2c/muxes/ |
D | i2c-arb-gpio-challenge.c | 56 while (time_before(jiffies, stop_retry)) { in i2c_arbitrator_select() 71 } while (time_before(jiffies, stop_time)); in i2c_arbitrator_select()
|
/Linux-v6.6/arch/alpha/kernel/ |
D | smp.c | 103 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()
|
/Linux-v6.6/arch/arm/mach-versatile/ |
D | platsmp.c | 92 while (time_before(jiffies, timeout)) { in versatile_boot_secondary()
|
/Linux-v6.6/drivers/phy/rockchip/ |
D | phy-rockchip-pcie.c | 198 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on() 219 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on() 241 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on()
|
/Linux-v6.6/drivers/media/dvb-frontends/ |
D | stv0297.c | 537 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()
|
/Linux-v6.6/sound/hda/ |
D | hdac_controller.c | 99 && time_before(jiffies, timeout)) in hdac_wait_for_cmd_dmas() 104 && time_before(jiffies, timeout)) in hdac_wait_for_cmd_dmas() 398 time_before(jiffies, timeout)) in snd_hdac_bus_enter_link_reset() 416 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset()
|
/Linux-v6.6/drivers/parport/ |
D | ieee1284_ops.c | 85 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()
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | nand_legacy.c | 207 } while (time_before(jiffies, timeo)); in nand_wait_ready() 237 } while (time_before(jiffies, timeo)); in nand_wait_status_ready() 569 } while (time_before(jiffies, timeo)); in nand_wait()
|
/Linux-v6.6/net/tipc/ |
D | discover.c | 152 bool trial = time_before(jiffies, tn->addr_trial_end) && !self; in tipc_disc_addr_trial_msg() 311 if (!time_before(jiffies, tn->addr_trial_end) && !tipc_own_addr(net)) { in tipc_disc_timeout() 319 if (time_before(jiffies, tn->addr_trial_end)) { in tipc_disc_timeout()
|
/Linux-v6.6/arch/arm/mach-spear/ |
D | platsmp.c | 77 while (time_before(jiffies, timeout)) { in spear13xx_boot_secondary()
|
/Linux-v6.6/drivers/net/ethernet/pensando/ionic/ |
D | ionic_main.c | 402 } while (time_before(jiffies, time_limit)); in ionic_adminq_wait() 471 !done && fw_up && time_before(jiffies, max_wait); in __ionic_dev_cmd_wait() 491 if (!done && !time_before(jiffies, max_wait)) { in __ionic_dev_cmd_wait() 501 time_before(jiffies, (max_wait - HZ))) { in __ionic_dev_cmd_wait()
|
/Linux-v6.6/arch/arm64/kernel/ |
D | psci.c | 104 } while (time_before(jiffies, end)); in cpu_psci_cpu_kill()
|
/Linux-v6.6/arch/arm/mach-meson/ |
D | platsmp.c | 140 if (!time_before(jiffies, timeout)) { in meson_smp_finalize_secondary_boot() 323 } while (time_before(jiffies, timeout)); in meson8_smp_cpu_kill()
|
/Linux-v6.6/fs/afs/ |
D | fs_probe.c | 392 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher() 402 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher() 403 if (time_before(poll_at, timer_at)) in afs_fs_probe_dispatcher()
|