| /linux/include/linux/ |
| H A D | jiffies.h | 158 #define time_before_eq(a,b) time_after_eq(b,a) macro 170 time_before_eq(a,c)) 307 #define time_is_after_eq_jiffies(a) time_before_eq(jiffies, a)
|
| /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/arch/mips/jazz/ |
| H A D | reset.c | 46 } while (time_before_eq(jiffies, timeout)); in kb_wait()
|
| /linux/mm/damon/ |
| H A D | stat.c | 137 if (time_before_eq(jiffies, damon_stat_last_refresh_jiffies + in damon_stat_damon_call_fn()
|
| /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()
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 547 static inline bool time_before_eq(u64 a, u64 b) in time_before_eq() function 562 return time_after_eq(a, b) && time_before_eq(a, c); in time_in_range()
|
| /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-davinci.c | 382 } while (time_before_eq(jiffies, timeout)); in i2c_davinci_wait_bus_not_busy()
|
| H A D | i2c-rcar.c | 1003 time_left = time_before_eq(jiffies, j); in rcar_i2c_master_xfer_atomic()
|
| /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()
|
| /linux/drivers/rtc/ |
| H A D | rtc-ds1374.c | 248 if (time_before_eq(new_alarm, itime)) in ds1374_set_alarm()
|
| /linux/fs/ceph/ |
| H A D | quota.c | 150 time_before_eq(jiffies, qri->timeout)) { in lookup_quotarealm_inode()
|
| /linux/drivers/input/ |
| H A D | ff-memless.c | 133 if (time_before_eq(now, next_at) && in ml_schedule_timer()
|
| /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 | 343 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/arch/x86/kernel/apic/ |
| H A D | io_apic.c | 1491 } while ((now - start) < 40000000000ULL / HZ && time_before_eq(jiffies, end)); in delay_with_tsc() 1508 } while (band < 12 && time_before_eq(jiffies, end)); in delay_without_tsc()
|
| /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/net/core/ |
| H A D | neighbour.c | 1122 if (time_before_eq(now, in neigh_timer_handler() 1126 } else if (time_before_eq(now, in neigh_timer_handler() 1142 if (time_before_eq(now, in neigh_timer_handler()
|
| /linux/mm/ |
| H A D | kmemleak.c | 346 time_before_eq(object->jiffies + jiffies_min_age, in unreferenced_object()
|