Searched refs:time_before_eq (Results 1 - 50 of 50) sorted by relevance

/linux-4.1.27/arch/mips/jazz/
H A Dreset.c45 } while (time_before_eq(jiffies, timeout)); kb_wait()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_time.h63 return time_before_eq(t2, t1); cfs_time_aftereq()
/linux-4.1.27/init/
H A Dcalibrate.c73 while (time_before_eq(jiffies, start_jiffies + 1)) { calibrate_delay_direct()
81 while (time_before_eq(jiffies, start_jiffies + 1 + calibrate_delay_direct()
/linux-4.1.27/include/linux/
H A Djiffies.h111 #define time_before_eq(a,b) time_after_eq(b,a) macro
118 time_before_eq(a,c))
160 #define time_is_after_eq_jiffies(a) time_before_eq(jiffies, a)
/linux-4.1.27/drivers/staging/android/
H A Dlowmemorykiller.c131 time_before_eq(jiffies, lowmem_deathpending_timeout)) { for_each_process()
/linux-4.1.27/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_mdio.c25 if (time_before_eq(end, jiffies)) { axienet_mdio_wait_until_ready()
H A Dll_temac_main.c78 if (time_before_eq(end, jiffies)) { temac_indirect_busywait()
H A Dxilinx_emaclite.c705 if (time_before_eq(end, jiffies)) { xemaclite_mdio_wait()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_capa.h282 return time_before_eq(ocapa->c_expiry, cfs_time_current()); capa_is_expired()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dmce_intel.c190 if (time_before_eq(now, ts + CMCI_STORM_INTERVAL)) { cmci_storm_detect()
/linux-4.1.27/drivers/char/agp/
H A Dnvidia-agp.c277 if (time_before_eq(end, jiffies)) { nvidia_tlbflush()
/linux-4.1.27/drivers/usb/host/
H A Dsl811-hcd.c592 if (sl811->active_a && time_before_eq(sl811->jiffies_a, jiffies)) { checkdone()
604 if (sl811->active_b && time_before_eq(sl811->jiffies_b, jiffies)) { checkdone()
981 if (time_before_eq(sl811->jiffies_a, jiffies)) { sl811h_urb_dequeue()
996 if (time_before_eq(sl811->jiffies_a, jiffies)) { sl811h_urb_dequeue()
H A Disp116x-hcd.c1271 while (time_before_eq(jiffies, t)) { isp116x_reset()
H A Disp1362-hcd.c2344 while (!clkrdy && time_before_eq(jiffies, t)) { isp1362_hc_reset()
/linux-4.1.27/drivers/ide/
H A Dide-eh.c377 if (time_before_eq(timeout, now))
/linux-4.1.27/drivers/misc/eeprom/
H A Dat25.c242 } while (retries++ < 3 || time_before_eq(jiffies, timeout)); at25_ee_write()
/linux-4.1.27/drivers/rtc/
H A Drtc-ds1374.c251 if (time_before_eq(new_alarm, itime)) ds1374_set_alarm()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dllite_capa.c91 return time_before_eq(capa_renewal_time(ocapa), cfs_time_current()); capa_is_to_expire()
/linux-4.1.27/drivers/input/
H A Dff-memless.c147 if (time_before_eq(now, next_at) && ml_schedule_timer()
/linux-4.1.27/drivers/scsi/
H A DNCR53c406a.c684 if (time_before_eq(i, jiffies)) { /* Timed out */
970 if (time_before_eq(i, jiffies)) { /* Timed out, must be hardware trouble */ irq_probe()
H A Dsym53c416.c535 if(time_before_eq(i, jiffies)) /* timed out */ sym53c416_probeirq()
H A Dwd7000.c766 while (time_before_eq(jiffies, WAITtimeout)) { WAIT()
828 } while (freescbs < needed && time_before_eq(jiffies, timeout)); alloc_scbs()
H A Dlibiscsi.c1926 time_before_eq(conn->last_recv + (conn->recv_timeout * HZ) + iscsi_has_ping_timed_out()
2095 if (time_before_eq(last_recv + recv_timeout, jiffies)) { iscsi_check_transport_timeouts()
H A Dsd.c1855 } while (spintime && time_before_eq(jiffies, spintime_expire)); sd_spinup_disk()
H A Dinitio.c261 while (time_before_eq(jiffies, the_time)) initio_do_pause()
H A DNCR5380.c1074 && (!hostdata->time_expires || time_before_eq(hostdata->time_expires, jiffies)) NCR5380_main()
/linux-4.1.27/net/bridge/
H A Dbr_fdb.c71 time_before_eq(fdb->updated + hold_time(br), jiffies); has_expired()
286 if (time_before_eq(this_timer, jiffies)) br_fdb_cleanup()
/linux-4.1.27/drivers/pci/hotplug/
H A Dpciehp_hpc.c154 if (time_before_eq(cmd_timeout, now)) pcie_wait_cmd()
/linux-4.1.27/net/core/
H A Dneighbour.c882 if (time_before_eq(now, neigh_timer_handler()
886 } else if (time_before_eq(now, neigh_timer_handler()
902 if (time_before_eq(now, neigh_timer_handler()
/linux-4.1.27/kernel/time/
H A Dtimer.c1372 if (time_before_eq(base->next_timer, base->timer_jiffies)) get_next_timer_interrupt()
1378 if (time_before_eq(expires, now)) get_next_timer_interrupt()
/linux-4.1.27/drivers/net/wan/
H A Dsdla.c463 while (waiting && time_before_eq(jiffies, jiffs)) sdla_cmd()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dscan.c227 while (time_before_eq(jiffies, timeout)) { iwl_scan_cancel_timeout()
/linux-4.1.27/drivers/s390/char/
H A Dsclp.c254 if (time_before_eq(req->queue_expires, now)) { __sclp_req_queue_remove_expired_req()
/linux-4.1.27/drivers/net/ethernet/hp/
H A Dhp100.c2585 if (time_before_eq(time, jiffies)) { hp100_down_vg_link()
2711 if (time_before_eq(jiffies, time) && (val & HP100_LINK_UP_ST)) { hp100_login_to_vg_hub()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1441 if (time_before_eq(jiffies, p->jiffies + IPOIB_CM_RX_TIMEOUT)) ipoib_cm_stale_task()
/linux-4.1.27/drivers/base/power/
H A Druntime.c452 if (!(dev->power.timer_expires && time_before_eq(
/linux-4.1.27/fs/
H A Dfs-writeback.c263 ret = ret && time_before_eq(inode->dirtied_when, jiffies); inode_dirtied_after()
/linux-4.1.27/sound/pci/
H A Dsis7019.c1124 while (time_before_eq(jiffies, timeout)) { sis_chip_init()
/linux-4.1.27/drivers/net/
H A Dtun.c315 if (time_before_eq(this_timer, jiffies)) tun_flow_cleanup()
H A Dvxlan.c2143 if (time_before_eq(timeout, jiffies)) { vxlan_cleanup()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dpci.c1491 while (time_before_eq(jiffies, timeout)) { ath10k_pci_bmi_wait()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c458 if (time_before_eq(np->s.settle_time, thistime)) { sym_timer()
/linux-4.1.27/mm/
H A Dkmemleak.c347 time_before_eq(object->jiffies + jiffies_min_age, unreferenced_object()
/linux-4.1.27/drivers/ata/
H A Dlibata-eh.c3824 else if (time_before_eq(tmp, jiffies)) ata_for_each_dev()
3834 if (time_before_eq(deadline, now))
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_hw.c1561 if (time_before_eq(jiffies, last_reset + HZ)) prism2_hw_reset()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A Dcommon.c1390 while (time_before_eq(jiffies, timeout)) { il_scan_cancel_timeout()
/linux-4.1.27/net/ipv4/
H A Dtcp_output.c3321 time_before_eq(icsk->icsk_ack.timeout, jiffies + (ato >> 2))) { tcp_send_delayed_ack()
/linux-4.1.27/drivers/net/ethernet/micrel/
H A Dksz884x.c4924 if (time_before_eq(jiffies, last_reset + dev->watchdog_timeo)) netdev_tx_timeout()
/linux-4.1.27/kernel/sched/
H A Dcore.c2539 if (time_before_eq(next, now)) scheduler_tick_max_deferment()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_init.c1262 } else if (time_before_eq(phba->last_completion_time, lpfc_hb_timeout_handler()

Completed in 4736 milliseconds