/openbmc/u-boot/include/ |
H A D | time.h | 39 #define time_before_eq(a,b) time_after_eq(b,a) macro 46 time_before_eq(a,c))
|
/openbmc/linux/include/linux/ |
H A D | jiffies.h | 155 #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/arch/mips/jazz/ |
H A D | reset.c | 46 } while (time_before_eq(jiffies, timeout)); in kb_wait()
|
/openbmc/linux/init/ |
H A 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()
|
/openbmc/linux/drivers/hwmon/ |
H A D | sht4x.c | 86 if (data->valid && time_before_eq(jiffies, next_update)) in sht4x_read_values()
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | intel.c | 233 if (time_before_eq(now, ts + CMCI_STORM_INTERVAL)) { in cmci_storm_detect()
|
/openbmc/linux/drivers/usb/host/ |
H A D | sl811-hcd.c | 594 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 D | i2c-sh_mobile.c | 665 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 D | i2c-davinci.c | 394 } while (time_before_eq(jiffies, timeout)); in i2c_davinci_wait_bus_not_busy()
|
H A D | i2c-rcar.c | 935 time_left = time_before_eq(jiffies, j); in rcar_i2c_master_xfer_atomic()
|
/openbmc/linux/drivers/char/agp/ |
H A D | nvidia-agp.c | 278 if (time_before_eq(end, jiffies)) { in nvidia_tlbflush()
|
/openbmc/linux/net/rxrpc/ |
H A D | conn_event.c | 322 if (time_before_eq(next_j, j)) in rxrpc_process_delayed_final_acks()
|
/openbmc/linux/net/bridge/ |
H A D | br_mrp.c | 287 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 D | br_cfm.c | 277 if (time_before_eq(mep->ccm_tx_end, jiffies)) { in ccm_tx_work_expired()
|
/openbmc/linux/drivers/misc/eeprom/ |
H A D | at25.c | 295 } while (retries++ < 3 || time_before_eq(jiffies, timeout)); in at25_ee_write()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-ds1374.c | 248 if (time_before_eq(new_alarm, itime)) in ds1374_set_alarm()
|
/openbmc/linux/fs/ceph/ |
H A D | quota.c | 147 time_before_eq(jiffies, qri->timeout)) { in lookup_quotarealm_inode()
|
/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | lcd_mipid.c | 166 if ((long)wait > 0 && time_before_eq(wait, md->hw_guard_wait)) { in hw_guard_wait()
|
/openbmc/linux/drivers/input/ |
H A D | ff-memless.c | 132 if (time_before_eq(now, next_at) && in ml_schedule_timer()
|
/openbmc/linux/kernel/time/ |
H A D | timer.c | 1058 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 D | host.c | 420 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 D | tcpci.c | 594 while (time_before_eq(jiffies, timeout)) { in tcpci_init()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | scan.c | 209 while (time_before_eq(jiffies, timeout)) { in iwl_scan_cancel_timeout()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | pciehp_hpc.c | 134 if (time_before_eq(cmd_timeout, now)) in pcie_wait_cmd()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp.c | 339 if (time_before_eq(req->queue_expires, now)) { in __sclp_req_queue_remove_expired_req()
|