| /linux/include/linux/ |
| 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/lib/ |
| 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/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 | 87 if (data->valid && time_before_eq(jiffies, next_update)) in sht4x_read_values()
|
| /linux/kernel/time/ |
| A D | timer.c | 1001 if (time_before_eq(basej, base->clk)) in __forward_timer_base() 1110 time_before_eq(timer->expires, expires)) { in __mod_timer() 2039 local_first = time_before_eq(nextevt_local, nextevt_global); in fetch_next_timer_interrupt() 2048 if (time_before_eq(nextevt, basej + 1)) { in fetch_next_timer_interrupt()
|
| /linux/drivers/usb/host/ |
| A D | sl811-hcd.c | 594 if (sl811->active_a && time_before_eq(sl811->jiffies_a, jiffies)) { in checkdone() 606 if (sl811->active_b && time_before_eq(sl811->jiffies_b, jiffies)) { in checkdone() 984 if (time_before_eq(sl811->jiffies_a, jiffies)) { in sl811h_urb_dequeue() 999 if (time_before_eq(sl811->jiffies_a, jiffies)) { in sl811h_urb_dequeue()
|
| /linux/drivers/i2c/busses/ |
| A D | i2c-sh_mobile.c | 665 time_left = time_before_eq(jiffies, j); in sh_mobile_xfer() 677 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/drivers/char/agp/ |
| A D | nvidia-agp.c | 278 if (time_before_eq(end, jiffies)) { in nvidia_tlbflush()
|
| /linux/net/rxrpc/ |
| A D | conn_event.c | 322 if (time_before_eq(next_j, j)) in rxrpc_process_delayed_final_acks()
|
| /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/drivers/misc/eeprom/ |
| A D | at25.c | 295 } while (retries++ < 3 || time_before_eq(jiffies, timeout)); in at25_ee_write()
|
| /linux/fs/ceph/ |
| A D | quota.c | 150 time_before_eq(jiffies, qri->timeout)) { in lookup_quotarealm_inode()
|
| /linux/drivers/rtc/ |
| A D | rtc-ds1374.c | 248 if (time_before_eq(new_alarm, itime)) in ds1374_set_alarm()
|
| /linux/drivers/video/fbdev/omap/ |
| A D | lcd_mipid.c | 166 if ((long)wait > 0 && time_before_eq(wait, md->hw_guard_wait)) { in hw_guard_wait()
|
| /linux/drivers/input/ |
| A D | ff-memless.c | 132 if (time_before_eq(now, next_at) && in ml_schedule_timer()
|
| /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/pci/hotplug/ |
| A D | pciehp_hpc.c | 135 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/usb/typec/tcpm/ |
| A D | tcpci.c | 646 while (time_before_eq(jiffies, timeout)) { in tcpci_init()
|
| /linux/drivers/s390/char/ |
| A D | sclp.c | 339 if (time_before_eq(req->queue_expires, now)) { in __sclp_req_queue_remove_expired_req()
|
| /linux/arch/x86/kernel/apic/ |
| 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/net/sunrpc/ |
| A D | sched.c | 110 if (time_before_eq(expires, now)) in rpc_set_queue_timer()
|