| /linux/include/linux/ |
| H A D | jiffies.h | 154 #define time_before_eq(a,b) time_after_eq(b,a) macro 166 time_before_eq(a,c)) 303 #define time_is_after_eq_jiffies(a) time_before_eq(jiffies, a)
|
| /linux/arch/mips/jazz/ |
| H A D | reset.c | 46 } while (time_before_eq(jiffies, timeout)); in kb_wait()
|
| /linux/init/ |
| H A D | calibrate.c | 77 while (time_before_eq(jiffies, start_jiffies + 1)) { in calibrate_delay_direct() 85 while (time_before_eq(jiffies, start_jiffies + 1 + in calibrate_delay_direct()
|
| /linux/lib/ |
| H A D | dynamic_queue_limits.c | 58 for (t = start; time_before_eq(t, end); t++) in dql_check_stall() 64 if (!time_before_eq(t, end)) in dql_check_stall()
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 603 * time_before_eq - returns true if the time a is before or the same as time b. in __read_once_size() 609 static inline bool time_before_eq(u64 a, u64 b) in __read_once_size() 624 return time_after_eq(a, b) && time_before_eq(a, c); in __write_once_size() 547 static inline bool time_before_eq(u64 a, u64 b) time_before_eq() function
|
| /linux/drivers/usb/host/ |
| H A D | sl811-hcd.c | 595 if (sl811->active_a && time_before_eq(sl811->jiffies_a, jiffies)) { in checkdone() 607 if (sl811->active_b && time_before_eq(sl811->jiffies_b, jiffies)) { in checkdone() 985 if (time_before_eq(sl811->jiffies_a, jiffies)) { in sl811h_urb_dequeue() 1000 if (time_before_eq(sl811->jiffies_a, jiffies)) { in sl811h_urb_dequeue()
|
| H A D | isp116x-hcd.c | 1258 while (time_before_eq(jiffies, t)) { in isp116x_reset()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sh_mobile.c | 666 time_left = time_before_eq(jiffies, j); in sh_mobile_xfer() 678 time_left = time_before_eq(jiffies, j); in sh_mobile_xfer()
|
| H A D | i2c-rcar.c | 1003 time_left = time_before_eq(jiffies, j); in rcar_i2c_master_xfer_atomic()
|
| /linux/fs/ceph/ |
| H A D | quota.c | 150 time_before_eq(jiffies, qri->timeout)) { in lookup_quotarealm_inode()
|
| /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()
|
| /linux/net/rxrpc/ |
| H A D | conn_event.c | 375 if (time_before_eq(next_j, j)) in rxrpc_process_delayed_final_acks()
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | scan.c | 209 while (time_before_eq(jiffies, timeout)) { in iwl_scan_cancel_timeout()
|
| /linux/drivers/pci/hotplug/ |
| H A D | pciehp_hpc.c | 135 if (time_before_eq(cmd_timeout, now)) in pcie_wait_cmd()
|
| /linux/drivers/s390/char/ |
| H A D | sclp.c | 346 if (time_before_eq(req->queue_expires, now)) { in __sclp_req_queue_remove_expired_req()
|
| /linux/net/sunrpc/ |
| H A D | sched.c | 110 if (time_before_eq(expires, now)) in rpc_set_queue_timer()
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | panel-dsi-cm.c | 100 if ((long)wait > 0 && time_before_eq(wait, ddata->hw_guard_wait)) { in hw_guard_wait()
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_cm.c | 1489 if (time_before_eq(jiffies, p->jiffies + IPOIB_CM_RX_TIMEOUT)) in ipoib_cm_stale_task()
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 5280 if (time_before_eq(jiffies - err_rec->probe_time, initial_idle_time)) { in be_err_is_recoverable() 5287 if (err_rec->last_recovery_time && time_before_eq( in be_err_is_recoverable()
|
| /linux/drivers/scsi/ |
| H A D | sd.c | 2616 } while (spintime && time_before_eq(jiffies, spintime_expire)); in sd_spinup_disk()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_edif.c | 511 while (time_before_eq(jiffies, expire)) { in qla_delete_n2n_sess_and_wait()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.c | 1376 while (time_before_eq(jiffies, timeout)) { in il_scan_cancel_timeout()
|