| /Linux-v5.4/include/linux/ |
| D | jiffies.h | 115 #define time_before_eq(a,b) time_after_eq(b,a) macro 122 time_before_eq(a,c)) 167 #define time_is_after_eq_jiffies(a) time_before_eq(jiffies, a)
|
| /Linux-v5.4/init/ |
| 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-v5.4/arch/mips/jazz/ |
| D | reset.c | 46 } while (time_before_eq(jiffies, timeout)); in kb_wait()
|
| /Linux-v5.4/arch/x86/kernel/cpu/mce/ |
| D | intel.c | 223 if (time_before_eq(now, ts + CMCI_STORM_INTERVAL)) { in cmci_storm_detect()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | sl811-hcd.c | 593 if (sl811->active_a && time_before_eq(sl811->jiffies_a, jiffies)) { in checkdone() 605 if (sl811->active_b && time_before_eq(sl811->jiffies_b, jiffies)) { in checkdone() 982 if (time_before_eq(sl811->jiffies_a, jiffies)) { in sl811h_urb_dequeue() 997 if (time_before_eq(sl811->jiffies_a, jiffies)) { in sl811h_urb_dequeue()
|
| /Linux-v5.4/drivers/misc/eeprom/ |
| D | at25.c | 221 } while (retries++ < 3 || time_before_eq(jiffies, timeout)); in at25_ee_write()
|
| /Linux-v5.4/drivers/ide/ |
| D | ide-eh.c | 378 if (time_before_eq(timeout, now)) in do_reset1()
|
| /Linux-v5.4/drivers/char/agp/ |
| D | nvidia-agp.c | 277 if (time_before_eq(end, jiffies)) { in nvidia_tlbflush()
|
| /Linux-v5.4/fs/ceph/ |
| D | quota.c | 145 time_before_eq(jiffies, qri->timeout)) { in lookup_quotarealm_inode()
|
| /Linux-v5.4/drivers/rtc/ |
| D | rtc-ds1374.c | 249 if (time_before_eq(new_alarm, itime)) in ds1374_set_alarm()
|
| /Linux-v5.4/drivers/video/fbdev/omap/ |
| D | lcd_mipid.c | 164 if ((long)wait > 0 && time_before_eq(wait, md->hw_guard_wait)) { in hw_guard_wait()
|
| /Linux-v5.4/net/rxrpc/ |
| D | conn_event.c | 446 if (time_before_eq(next_j, j)) in rxrpc_process_delayed_final_acks()
|
| /Linux-v5.4/kernel/time/ |
| D | timer.c | 986 time_before_eq(timer->expires, expires)) { in __mod_timer() 1637 if (time_before_eq(nextevt, basej)) { in get_next_timer_interrupt()
|
| /Linux-v5.4/drivers/usb/typec/tcpm/ |
| D | tcpci.c | 356 while (time_before_eq(jiffies, timeout)) { in tcpci_init()
|
| /Linux-v5.4/drivers/input/ |
| D | ff-memless.c | 135 if (time_before_eq(now, next_at) && in ml_schedule_timer()
|
| /Linux-v5.4/drivers/staging/fieldbus/anybuss/ |
| 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-v5.4/drivers/pci/hotplug/ |
| D | pciehp_hpc.c | 115 if (time_before_eq(cmd_timeout, now)) in pcie_wait_cmd()
|
| /Linux-v5.4/drivers/i2c/busses/ |
| D | i2c-davinci.c | 394 } while (time_before_eq(jiffies, timeout)); in i2c_davinci_wait_bus_not_busy()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | scan.c | 214 while (time_before_eq(jiffies, timeout)) { in iwl_scan_cancel_timeout()
|
| /Linux-v5.4/drivers/s390/char/ |
| D | sclp.c | 231 if (time_before_eq(req->queue_expires, now)) { in __sclp_req_queue_remove_expired_req()
|
| /Linux-v5.4/net/sunrpc/ |
| D | sched.c | 100 if (time_before_eq(expires, now)) in rpc_set_queue_timer()
|
| /Linux-v5.4/arch/x86/kernel/apic/ |
| D | io_apic.c | 1603 time_before_eq(jiffies, end)); in delay_with_tsc() 1620 } while (band < 12 && time_before_eq(jiffies, end)); in delay_without_tsc()
|
| /Linux-v5.4/drivers/net/ethernet/hp/ |
| D | hp100.c | 2567 if (time_before_eq(time, jiffies)) { in hp100_down_vg_link() 2693 if (time_before_eq(jiffies, time) && (val & HP100_LINK_UP_ST)) { in hp100_login_to_vg_hub()
|
| /Linux-v5.4/net/bridge/ |
| D | br_fdb.c | 79 time_before_eq(fdb->updated + hold_time(br), jiffies); in has_expired()
|
| /Linux-v5.4/sound/pci/ |
| D | sis7019.c | 1112 while (time_before_eq(jiffies, timeout)) { in sis_chip_init()
|