/Linux-v4.19/include/linux/ |
D | jiffies.h | 115 #define time_before_eq(a,b) time_after_eq(b,a) macro 122 time_before_eq(a,c)) 167 #define time_is_after_eq_jiffies(a) time_before_eq(jiffies, a)
|
/Linux-v4.19/init/ |
D | calibrate.c | 74 while (time_before_eq(jiffies, start_jiffies + 1)) { in calibrate_delay_direct() 82 while (time_before_eq(jiffies, start_jiffies + 1 + in calibrate_delay_direct()
|
/Linux-v4.19/arch/mips/jazz/ |
D | reset.c | 46 } while (time_before_eq(jiffies, timeout)); in kb_wait()
|
/Linux-v4.19/drivers/net/ethernet/xilinx/ |
D | xilinx_axienet_mdio.c | 26 if (time_before_eq(end, jiffies)) { in axienet_mdio_wait_until_ready()
|
D | xilinx_emaclite.c | 723 if (time_before_eq(end, jiffies)) { in xemaclite_mdio_wait()
|
D | ll_temac_main.c | 79 if (time_before_eq(end, jiffies)) { in temac_indirect_busywait()
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce_intel.c | 223 if (time_before_eq(now, ts + CMCI_STORM_INTERVAL)) { in cmci_storm_detect()
|
/Linux-v4.19/drivers/usb/host/ |
D | sl811-hcd.c | 593 if (sl811->active_a && time_before_eq(sl811->jiffies_a, jiffies)) { in checkdone() 605 if (sl811->active_b && time_before_eq(sl811->jiffies_b, jiffies)) { in checkdone() 982 if (time_before_eq(sl811->jiffies_a, jiffies)) { in sl811h_urb_dequeue() 997 if (time_before_eq(sl811->jiffies_a, jiffies)) { in sl811h_urb_dequeue()
|
/Linux-v4.19/drivers/misc/eeprom/ |
D | at25.c | 225 } while (retries++ < 3 || time_before_eq(jiffies, timeout)); in at25_ee_write()
|
/Linux-v4.19/drivers/ide/ |
D | ide-eh.c | 377 if (time_before_eq(timeout, now)) in do_reset1()
|
/Linux-v4.19/drivers/char/agp/ |
D | nvidia-agp.c | 277 if (time_before_eq(end, jiffies)) { in nvidia_tlbflush()
|
/Linux-v4.19/kernel/time/ |
D | timer.c | 988 time_before_eq(timer->expires, expires)) { in __mod_timer() 1549 if (time_before_eq(nextevt, basej)) { in get_next_timer_interrupt()
|
/Linux-v4.19/drivers/usb/typec/ |
D | tcpci.c | 352 while (time_before_eq(jiffies, timeout)) { in tcpci_init()
|
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | lcd_mipid.c | 177 if ((long)wait > 0 && time_before_eq(wait, md->hw_guard_wait)) { in hw_guard_wait()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-ds1374.c | 249 if (time_before_eq(new_alarm, itime)) in ds1374_set_alarm()
|
/Linux-v4.19/net/rxrpc/ |
D | conn_event.c | 447 if (time_before_eq(next_j, j)) in rxrpc_process_delayed_final_acks()
|
/Linux-v4.19/drivers/input/ |
D | ff-memless.c | 147 if (time_before_eq(now, next_at) && in ml_schedule_timer()
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | pciehp_hpc.c | 116 if (time_before_eq(cmd_timeout, now)) in pcie_wait_cmd()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-davinci.c | 403 } while (time_before_eq(jiffies, timeout)); in i2c_davinci_wait_bus_not_busy()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | scan.c | 231 while (time_before_eq(jiffies, timeout)) { in iwl_scan_cancel_timeout()
|
/Linux-v4.19/drivers/s390/char/ |
D | sclp.c | 231 if (time_before_eq(req->queue_expires, now)) { in __sclp_req_queue_remove_expired_req()
|
/Linux-v4.19/net/core/ |
D | neighbour.c | 934 if (time_before_eq(now, in neigh_timer_handler() 938 } else if (time_before_eq(now, in neigh_timer_handler() 954 if (time_before_eq(now, in neigh_timer_handler()
|
/Linux-v4.19/net/bridge/ |
D | br_fdb.c | 84 time_before_eq(fdb->updated + hold_time(br), jiffies); in has_expired()
|
/Linux-v4.19/arch/x86/kernel/apic/ |
D | io_apic.c | 1600 time_before_eq(jiffies, end)); in delay_with_tsc() 1617 } while (band < 12 && time_before_eq(jiffies, end)); in delay_without_tsc()
|
/Linux-v4.19/drivers/net/ethernet/hp/ |
D | hp100.c | 2579 if (time_before_eq(time, jiffies)) { in hp100_down_vg_link() 2705 if (time_before_eq(jiffies, time) && (val & HP100_LINK_UP_ST)) { in hp100_login_to_vg_hub()
|