/linux/include/linux/ |
A D | jiffies.h | 114 #define time_before_eq(a,b) time_after_eq(b,a) macro 121 time_before_eq(a,c)) 166 #define time_is_after_eq_jiffies(a) time_before_eq(jiffies, a)
|
/linux/init/ |
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()
|
/linux/arch/mips/jazz/ |
A D | reset.c | 46 } while (time_before_eq(jiffies, timeout)); in kb_wait()
|
/linux/drivers/hwmon/ |
A D | sht4x.c | 86 if (data->valid && time_before_eq(jiffies, next_update)) in sht4x_read_values()
|
/linux/drivers/usb/host/ |
A 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/arch/x86/kernel/cpu/mce/ |
A D | intel.c | 226 if (time_before_eq(now, ts + CMCI_STORM_INTERVAL)) { in cmci_storm_detect()
|
/linux/drivers/i2c/busses/ |
A D | i2c-sh_mobile.c | 673 time_left = time_before_eq(jiffies, j); in sh_mobile_xfer() 685 time_left = time_before_eq(jiffies, j); in sh_mobile_xfer()
|
A D | i2c-davinci.c | 394 } while (time_before_eq(jiffies, timeout)); in i2c_davinci_wait_bus_not_busy()
|
/linux/net/bridge/ |
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()
|
A D | br_cfm.c | 277 if (time_before_eq(mep->ccm_tx_end, jiffies)) { in ccm_tx_work_expired()
|
/linux/fs/ceph/ |
A D | quota.c | 144 time_before_eq(jiffies, qri->timeout)) { in lookup_quotarealm_inode()
|
/linux/drivers/misc/eeprom/ |
A D | at25.c | 280 } while (retries++ < 3 || time_before_eq(jiffies, timeout)); in at25_ee_write()
|
/linux/drivers/char/agp/ |
A D | nvidia-agp.c | 277 if (time_before_eq(end, jiffies)) { in nvidia_tlbflush()
|
/linux/drivers/rtc/ |
A D | rtc-ds1374.c | 248 if (time_before_eq(new_alarm, itime)) in ds1374_set_alarm()
|
/linux/kernel/time/ |
A D | timer.c | 997 time_before_eq(timer->expires, expires)) { in __mod_timer() 1666 if (time_before_eq(nextevt, basej)) { in get_next_timer_interrupt()
|
/linux/drivers/video/fbdev/omap/ |
A D | lcd_mipid.c | 164 if ((long)wait > 0 && time_before_eq(wait, md->hw_guard_wait)) { in hw_guard_wait()
|
/linux/net/rxrpc/ |
A D | conn_event.c | 429 if (time_before_eq(next_j, j)) in rxrpc_process_delayed_final_acks()
|
/linux/drivers/staging/fieldbus/anybuss/ |
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()
|
/linux/drivers/input/ |
A D | ff-memless.c | 135 if (time_before_eq(now, next_at) && in ml_schedule_timer()
|
/linux/drivers/staging/r8188eu/core/ |
A D | rtw_br_ext.c | 120 if (time_before_eq(fdb->ageing_timer, __nat25_timeout(priv))) in __nat25_has_expired()
|
/linux/drivers/usb/typec/tcpm/ |
A D | tcpci.c | 582 while (time_before_eq(jiffies, timeout)) { in tcpci_init()
|
/linux/drivers/pci/hotplug/ |
A D | pciehp_hpc.c | 132 if (time_before_eq(cmd_timeout, now)) in pcie_wait_cmd()
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
A D | scan.c | 209 while (time_before_eq(jiffies, timeout)) { in iwl_scan_cancel_timeout()
|
/linux/drivers/s390/char/ |
A D | sclp.c | 344 if (time_before_eq(req->queue_expires, now)) { in __sclp_req_queue_remove_expired_req()
|
/linux/net/sunrpc/ |
A D | sched.c | 95 if (time_before_eq(expires, now)) in rpc_set_queue_timer()
|