Home
last modified time | relevance | path

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

123

/linux-6.15/include/linux/
H A Djiffies.h158 #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-6.15/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()
/linux-6.15/arch/mips/jazz/
H A Dreset.c46 } while (time_before_eq(jiffies, timeout)); in kb_wait()
/linux-6.15/lib/
H A Ddynamic_queue_limits.c58 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-6.15/drivers/hid/
H A Dhid-plantronics.c151 if (prev_key == cur_key && time_before_eq(cur_ts, prev_tsto)) { in plantronics_event()
/linux-6.15/tools/sched_ext/include/scx/
H A Dcommon.bpf.h511 static inline bool time_before_eq(u64 a, u64 b) in time_before_eq() function
526 return time_after_eq(a, b) && time_before_eq(a, c); in time_in_range()
/linux-6.15/kernel/time/
H A Dtimer.c996 if (time_before_eq(basej, base->clk)) in __forward_timer_base()
1105 time_before_eq(timer->expires, expires)) { in __mod_timer()
2034 local_first = time_before_eq(nextevt_local, nextevt_global); in fetch_next_timer_interrupt()
2043 if (time_before_eq(nextevt, basej + 1)) { in fetch_next_timer_interrupt()
/linux-6.15/drivers/usb/host/
H A Dsl811-hcd.c595 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-6.15/drivers/hwmon/
H A Dsht4x.c112 if (data->valid && time_before_eq(jiffies, next_update)) in sht4x_read_values()
/linux-6.15/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.c382 } while (time_before_eq(jiffies, timeout)); in i2c_davinci_wait_bus_not_busy()
/linux-6.15/drivers/char/agp/
H A Dnvidia-agp.c278 if (time_before_eq(end, jiffies)) { in nvidia_tlbflush()
/linux-6.15/net/rxrpc/
H A Dconn_event.c331 if (time_before_eq(next_j, j)) in rxrpc_process_delayed_final_acks()
/linux-6.15/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()
/linux-6.15/drivers/rtc/
H A Drtc-ds1374.c248 if (time_before_eq(new_alarm, itime)) in ds1374_set_alarm()
/linux-6.15/fs/ceph/
H A Dquota.c150 time_before_eq(jiffies, qri->timeout)) { in lookup_quotarealm_inode()
/linux-6.15/drivers/misc/eeprom/
H A Dat25.c295 } while (retries++ < 3 || time_before_eq(jiffies, timeout)); in at25_ee_write()
/linux-6.15/drivers/input/
H A Dff-memless.c132 if (time_before_eq(now, next_at) && in ml_schedule_timer()
/linux-6.15/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()
/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_hpc.c135 if (time_before_eq(cmd_timeout, now)) in pcie_wait_cmd()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c209 while (time_before_eq(jiffies, timeout)) { in iwl_scan_cancel_timeout()
/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpci.c651 while (time_before_eq(jiffies, timeout)) { in tcpci_init()
/linux-6.15/drivers/s390/char/
H A Dsclp.c338 if (time_before_eq(req->queue_expires, now)) { in __sclp_req_queue_remove_expired_req()
/linux-6.15/arch/x86/kernel/apic/
H A Dio_apic.c1491 } 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()

123