Home
last modified time | relevance | path

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

123

/openbmc/u-boot/include/
H A Dtime.h39 #define time_before_eq(a,b) time_after_eq(b,a) macro
46 time_before_eq(a,c))
/openbmc/linux/include/linux/
H A Djiffies.h155 #define time_before_eq(a,b) time_after_eq(b,a) macro
167 time_before_eq(a,c))
304 #define time_is_after_eq_jiffies(a) time_before_eq(jiffies, a)
/openbmc/linux/init/
H A 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()
/openbmc/linux/arch/mips/jazz/
H A Dreset.c46 } while (time_before_eq(jiffies, timeout)); in kb_wait()
/openbmc/linux/drivers/hwmon/
H A Dsht4x.c86 if (data->valid && time_before_eq(jiffies, next_update)) in sht4x_read_values()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dintel.c233 if (time_before_eq(now, ts + CMCI_STORM_INTERVAL)) { in cmci_storm_detect()
/openbmc/linux/drivers/usb/host/
H A Dsl811-hcd.c594 if (sl811->active_a && time_before_eq(sl811->jiffies_a, jiffies)) { in checkdone()
606 if (sl811->active_b && time_before_eq(sl811->jiffies_b, jiffies)) { in checkdone()
984 if (time_before_eq(sl811->jiffies_a, jiffies)) { in sl811h_urb_dequeue()
999 if (time_before_eq(sl811->jiffies_a, jiffies)) { in sl811h_urb_dequeue()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-sh_mobile.c665 time_left = time_before_eq(jiffies, j); in sh_mobile_xfer()
677 time_left = time_before_eq(jiffies, j); in sh_mobile_xfer()
H A Di2c-davinci.c394 } while (time_before_eq(jiffies, timeout)); in i2c_davinci_wait_bus_not_busy()
/openbmc/linux/drivers/char/agp/
H A Dnvidia-agp.c278 if (time_before_eq(end, jiffies)) { in nvidia_tlbflush()
/openbmc/linux/net/rxrpc/
H A Dconn_event.c322 if (time_before_eq(next_j, j)) in rxrpc_process_delayed_final_acks()
/openbmc/linux/net/bridge/
H A Dbr_mrp.c287 if (time_before_eq(mrp->test_end, jiffies)) in br_mrp_test_work_expired()
360 if (time_before_eq(mrp->in_test_end, jiffies)) in br_mrp_in_test_work_expired()
H A Dbr_cfm.c277 if (time_before_eq(mep->ccm_tx_end, jiffies)) { in ccm_tx_work_expired()
/openbmc/linux/drivers/misc/eeprom/
H A Dat25.c295 } while (retries++ < 3 || time_before_eq(jiffies, timeout)); in at25_ee_write()
/openbmc/linux/drivers/rtc/
H A Drtc-ds1374.c248 if (time_before_eq(new_alarm, itime)) in ds1374_set_alarm()
/openbmc/linux/fs/ceph/
H A Dquota.c147 time_before_eq(jiffies, qri->timeout)) { in lookup_quotarealm_inode()
/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcd_mipid.c166 if ((long)wait > 0 && time_before_eq(wait, md->hw_guard_wait)) { in hw_guard_wait()
/openbmc/linux/drivers/input/
H A Dff-memless.c132 if (time_before_eq(now, next_at) && in ml_schedule_timer()
/openbmc/linux/kernel/time/
H A Dtimer.c1058 time_before_eq(timer->expires, expires)) { in __mod_timer()
1951 if (time_before_eq(nextevt, basej)) { in get_next_timer_interrupt()
/openbmc/linux/drivers/staging/fieldbus/anybuss/
H A Dhost.c420 while (time_before_eq(jiffies, timeout)) { in read_ind_ab()
441 while (time_before_eq(jiffies, timeout)) { in write_ind_ap()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpci.c594 while (time_before_eq(jiffies, timeout)) { in tcpci_init()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c209 while (time_before_eq(jiffies, timeout)) { in iwl_scan_cancel_timeout()
/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c134 if (time_before_eq(cmd_timeout, now)) in pcie_wait_cmd()
/openbmc/linux/drivers/s390/char/
H A Dsclp.c339 if (time_before_eq(req->queue_expires, now)) { in __sclp_req_queue_remove_expired_req()
/openbmc/linux/net/sunrpc/
H A Dsched.c110 if (time_before_eq(expires, now)) in rpc_set_queue_timer()

123