/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()
|
/linux/arch/mips/jazz/ |
H A D | reset.c | 46 } while (time_before_eq(jiffies, timeout)); in kb_wait()
|
/linux/tools/sched_ext/include/scx/ |
H A D | common.bpf.h | 493 static inline bool time_before_eq(u64 a, u64 b) in time_before_eq() function 508 return time_after_eq(a, b) && time_before_eq(a, c); in time_in_range()
|
/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/char/agp/ |
H A D | nvidia-agp.c | 278 if (time_before_eq(end, jiffies)) { in nvidia_tlbflush()
|
/linux/net/rxrpc/ |
H A D | conn_event.c | 331 if (time_before_eq(next_j, j)) in rxrpc_process_delayed_final_acks()
|
/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/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/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/usb/typec/tcpm/ |
H A D | tcpci.c | 651 while (time_before_eq(jiffies, timeout)) { in tcpci_init()
|
/linux/drivers/s390/char/ |
H A D | sclp.c | 338 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/sound/pci/ |
H A D | sis7019.c | 1067 while (time_before_eq(jiffies, timeout)) { in sis_chip_init()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-rcar.c | 1003 time_left = time_before_eq(jiffies, j); in rcar_i2c_master_xfer_atomic()
|
/linux/net/core/ |
H A D | neighbour.c | 1050 if (time_before_eq(now, in neigh_timer_handler() 1054 } else if (time_before_eq(now, in neigh_timer_handler() 1070 if (time_before_eq(now, in neigh_timer_handler()
|
/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/mm/ |
H A D | kmemleak.c | 351 time_before_eq(object->jiffies + jiffies_min_age, in unreferenced_object()
|
/linux/drivers/ata/ |
H A D | libata-eh.c | 3831 else if (time_before_eq(tmp, jiffies)) in ata_eh_recover() 3841 if (time_before_eq(deadline, now)) in ata_eh_recover()
|
/linux/drivers/scsi/ |
H A D | libiscsi.c | 2067 time_before_eq(conn->last_recv + (conn->recv_timeout * HZ) + in iscsi_has_ping_timed_out() 2269 if (time_before_eq(last_recv + recv_timeout, jiffies)) { in iscsi_check_transport_timeouts()
|
/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/fs/ |
H A D | fs-writeback.c | 1430 ret = ret && time_before_eq(inode->dirtied_when, jiffies); in inode_dirtied_after()
|
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 438 if (time_before_eq(np->s.settle_time, thistime)) { in sym_timer()
|
/linux/net/mac80211/ |
H A D | ieee80211_i.h | 103 return time_before_eq(jiffies, sta->airtime[ac].last_active + HZ / 10); in ieee80211_sta_keep_active()
|