Home
last modified time | relevance | path

Searched refs:time_before_eq (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v4.19/include/linux/
Djiffies.h115 #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/
Dcalibrate.c74 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/
Dreset.c46 } while (time_before_eq(jiffies, timeout)); in kb_wait()
/Linux-v4.19/drivers/net/ethernet/xilinx/
Dxilinx_axienet_mdio.c26 if (time_before_eq(end, jiffies)) { in axienet_mdio_wait_until_ready()
Dxilinx_emaclite.c723 if (time_before_eq(end, jiffies)) { in xemaclite_mdio_wait()
Dll_temac_main.c79 if (time_before_eq(end, jiffies)) { in temac_indirect_busywait()
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce_intel.c223 if (time_before_eq(now, ts + CMCI_STORM_INTERVAL)) { in cmci_storm_detect()
/Linux-v4.19/drivers/usb/host/
Dsl811-hcd.c593 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/
Dat25.c225 } while (retries++ < 3 || time_before_eq(jiffies, timeout)); in at25_ee_write()
/Linux-v4.19/drivers/ide/
Dide-eh.c377 if (time_before_eq(timeout, now)) in do_reset1()
/Linux-v4.19/drivers/char/agp/
Dnvidia-agp.c277 if (time_before_eq(end, jiffies)) { in nvidia_tlbflush()
/Linux-v4.19/kernel/time/
Dtimer.c988 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/
Dtcpci.c352 while (time_before_eq(jiffies, timeout)) { in tcpci_init()
/Linux-v4.19/drivers/video/fbdev/omap/
Dlcd_mipid.c177 if ((long)wait > 0 && time_before_eq(wait, md->hw_guard_wait)) { in hw_guard_wait()
/Linux-v4.19/drivers/rtc/
Drtc-ds1374.c249 if (time_before_eq(new_alarm, itime)) in ds1374_set_alarm()
/Linux-v4.19/net/rxrpc/
Dconn_event.c447 if (time_before_eq(next_j, j)) in rxrpc_process_delayed_final_acks()
/Linux-v4.19/drivers/input/
Dff-memless.c147 if (time_before_eq(now, next_at) && in ml_schedule_timer()
/Linux-v4.19/drivers/pci/hotplug/
Dpciehp_hpc.c116 if (time_before_eq(cmd_timeout, now)) in pcie_wait_cmd()
/Linux-v4.19/drivers/i2c/busses/
Di2c-davinci.c403 } while (time_before_eq(jiffies, timeout)); in i2c_davinci_wait_bus_not_busy()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dscan.c231 while (time_before_eq(jiffies, timeout)) { in iwl_scan_cancel_timeout()
/Linux-v4.19/drivers/s390/char/
Dsclp.c231 if (time_before_eq(req->queue_expires, now)) { in __sclp_req_queue_remove_expired_req()
/Linux-v4.19/net/core/
Dneighbour.c934 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/
Dbr_fdb.c84 time_before_eq(fdb->updated + hold_time(br), jiffies); in has_expired()
/Linux-v4.19/arch/x86/kernel/apic/
Dio_apic.c1600 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/
Dhp100.c2579 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()

123