| /linux/kernel/sched/ |
| H A D | loadavg.c | 224 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()
|
| /linux/drivers/input/ |
| H A D | ff-memless.c | 83 if (time_before(state->adj_at, attack_stop)) in calculate_next_time() 94 if (time_before(state->adj_at, fade_start)) in calculate_next_time() 100 if (time_before(next_fade, state->stop_at)) in calculate_next_time() 134 (++events == 1 || time_before(next_at, earliest))) in ml_schedule_timer() 161 time_before(now, in apply_envelope() 172 time_before(now, state->stop_at)) { in apply_envelope() 345 if (time_before(jiffies, state->play_at)) in ml_get_combo_effect()
|
| /linux/drivers/cdrom/ |
| H A 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/lib/raid6/ |
| H A D | algos.c | 128 #define time_before(x, y) ((x) < (y)) macro 179 while (time_before(jiffies, in raid6_choose_gen() 221 while (time_before(jiffies, in raid6_choose_gen()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | reset.c | 109 } while (time_before(jiffies, end)); in mlx4_reset() 132 } while (time_before(jiffies, end)); in mlx4_reset()
|
| /linux/include/linux/ |
| H A D | jiffies.h | 134 #define time_before(a,b) time_after(b,a) macro 178 time_before(a,c)) 273 #define time_is_after_jiffies(a) time_before(jiffies, a)
|
| /linux/drivers/char/ |
| H A 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/drivers/usb/host/ |
| H A D | ohci-spear.c | 121 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_suspend() 140 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_resume()
|
| /linux/tools/sched_ext/ |
| H A D | scx_flatcg.bpf.c | 269 if (time_before(cvtime, cvtime_now - max_budget)) in cgrp_cap_budget() 399 if (time_before(tvtime, cgc->tvtime_now - SCX_SLICE_DFL)) in BPF_STRUCT_OPS() 533 if (time_before(cgc->tvtime_now, p->scx.dsq_vtime)) in BPF_STRUCT_OPS() 645 if (time_before(cvtime_now, cgv_node->cvtime)) in try_pick_next_cgroup() 744 if (time_before(now, cpuc->cur_at + cgrp_slice_ns)) { in BPF_STRUCT_OPS()
|
| /linux/arch/alpha/kernel/ |
| H A D | smp.c | 104 while (time_before(jiffies, stop)) { in wait_boot_cpu_to_stop() 183 while (time_before(jiffies, timeout)) { in wait_for_txrdy() 343 while (time_before(jiffies, timeout)) { in secondary_cpu_start() 379 while (time_before(jiffies, timeout)) { in smp_boot_one_cpu()
|
| /linux/lib/ |
| H A D | dynamic_queue_limits.c | 45 if (time_before(start, dql->last_reap + 1)) in dql_check_stall() 54 if (time_before(now, end + stall_thrs / 2)) in dql_check_stall()
|
| /linux/drivers/parport/ |
| H A 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/drivers/media/dvb-frontends/ |
| H A 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/arch/arm/mach-versatile/ |
| H A D | platsmp.c | 92 while (time_before(jiffies, timeout)) { in versatile_boot_secondary()
|
| /linux/drivers/mtd/nand/raw/ |
| H A 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/net/tipc/ |
| H A 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/sound/hda/core/ |
| H A D | controller.c | 99 && time_before(jiffies, timeout)) in hdac_wait_for_cmd_dmas() 104 && time_before(jiffies, timeout)) in hdac_wait_for_cmd_dmas() 499 time_before(jiffies, timeout)) in snd_hdac_bus_enter_link_reset() 517 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset()
|
| /linux/arch/arm/mach-spear/ |
| H A D | platsmp.c | 77 while (time_before(jiffies, timeout)) { in spear13xx_boot_secondary()
|
| /linux/arch/arm/mach-meson/ |
| H A 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/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_main.c | 455 } while (time_before(jiffies, time_limit)); in ionic_adminq_wait() 535 !done && fw_up && time_before(jiffies, max_wait); in __ionic_dev_cmd_wait() 555 if (!done && !time_before(jiffies, max_wait)) { in __ionic_dev_cmd_wait() 565 time_before(jiffies, (max_wait - HZ))) { in __ionic_dev_cmd_wait()
|
| /linux/arch/arm64/kernel/ |
| H A D | psci.c | 104 } while (time_before(jiffies, end)); in cpu_psci_cpu_kill()
|
| /linux/arch/m68k/amiga/ |
| H A D | pcmcia.c | 31 while (time_before(jiffies, reset_start_time + 1*HZ/100)); in pcmcia_reset()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_i2c_nuvoton.c | 155 } while (time_before(jiffies, stop)); in i2c_nuvoton_get_burstcount() 200 if (time_before(jiffies, ten_msec)) in i2c_nuvoton_wait_for_stat() 212 } while (time_before(jiffies, stop)); in i2c_nuvoton_wait_for_stat()
|
| /linux/fs/afs/ |
| H A D | fs_probe.c | 449 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher() 459 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher() 460 if (time_before(poll_at, timer_at)) in afs_fs_probe_dispatcher()
|
| /linux/drivers/watchdog/ |
| H A D | sama5d4_wdt.c | 66 while (time_before(jiffies, wdt->last_ping + WDT_DELAY)) in wdt_write() 74 if (time_before(jiffies, wdt->last_ping + WDT_DELAY)) in wdt_write_nosleep()
|