/linux-4.1.27/arch/mips/jazz/ |
H A D | reset.c | 45 } while (time_before_eq(jiffies, timeout)); kb_wait()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
H A D | libcfs_time.h | 63 return time_before_eq(t2, t1); cfs_time_aftereq()
|
/linux-4.1.27/init/ |
H A D | calibrate.c | 73 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 D | jiffies.h | 111 #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 D | lowmemorykiller.c | 131 time_before_eq(jiffies, lowmem_deathpending_timeout)) { for_each_process()
|
/linux-4.1.27/drivers/net/ethernet/xilinx/ |
H A D | xilinx_axienet_mdio.c | 25 if (time_before_eq(end, jiffies)) { axienet_mdio_wait_until_ready()
|
H A D | ll_temac_main.c | 78 if (time_before_eq(end, jiffies)) { temac_indirect_busywait()
|
H A D | xilinx_emaclite.c | 705 if (time_before_eq(end, jiffies)) { xemaclite_mdio_wait()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | lustre_capa.h | 282 return time_before_eq(ocapa->c_expiry, cfs_time_current()); capa_is_expired()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
H A D | mce_intel.c | 190 if (time_before_eq(now, ts + CMCI_STORM_INTERVAL)) { cmci_storm_detect()
|
/linux-4.1.27/drivers/char/agp/ |
H A D | nvidia-agp.c | 277 if (time_before_eq(end, jiffies)) { nvidia_tlbflush()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | sl811-hcd.c | 592 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 D | isp116x-hcd.c | 1271 while (time_before_eq(jiffies, t)) { isp116x_reset()
|
H A D | isp1362-hcd.c | 2344 while (!clkrdy && time_before_eq(jiffies, t)) { isp1362_hc_reset()
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-eh.c | 377 if (time_before_eq(timeout, now))
|
/linux-4.1.27/drivers/misc/eeprom/ |
H A D | at25.c | 242 } while (retries++ < 3 || time_before_eq(jiffies, timeout)); at25_ee_write()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-ds1374.c | 251 if (time_before_eq(new_alarm, itime)) ds1374_set_alarm()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | llite_capa.c | 91 return time_before_eq(capa_renewal_time(ocapa), cfs_time_current()); capa_is_to_expire()
|
/linux-4.1.27/drivers/input/ |
H A D | ff-memless.c | 147 if (time_before_eq(now, next_at) && ml_schedule_timer()
|
/linux-4.1.27/drivers/scsi/ |
H A D | NCR53c406a.c | 684 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 D | sym53c416.c | 535 if(time_before_eq(i, jiffies)) /* timed out */ sym53c416_probeirq()
|
H A D | wd7000.c | 766 while (time_before_eq(jiffies, WAITtimeout)) { WAIT() 828 } while (freescbs < needed && time_before_eq(jiffies, timeout)); alloc_scbs()
|
H A D | libiscsi.c | 1926 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 D | sd.c | 1855 } while (spintime && time_before_eq(jiffies, spintime_expire)); sd_spinup_disk()
|
H A D | initio.c | 261 while (time_before_eq(jiffies, the_time)) initio_do_pause()
|
H A D | NCR5380.c | 1074 && (!hostdata->time_expires || time_before_eq(hostdata->time_expires, jiffies)) NCR5380_main()
|
/linux-4.1.27/net/bridge/ |
H A D | br_fdb.c | 71 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 D | pciehp_hpc.c | 154 if (time_before_eq(cmd_timeout, now)) pcie_wait_cmd()
|
/linux-4.1.27/net/core/ |
H A D | neighbour.c | 882 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 D | timer.c | 1372 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 D | sdla.c | 463 while (waiting && time_before_eq(jiffies, jiffs)) sdla_cmd()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | scan.c | 227 while (time_before_eq(jiffies, timeout)) { iwl_scan_cancel_timeout()
|
/linux-4.1.27/drivers/s390/char/ |
H A D | sclp.c | 254 if (time_before_eq(req->queue_expires, now)) { __sclp_req_queue_remove_expired_req()
|
/linux-4.1.27/drivers/net/ethernet/hp/ |
H A D | hp100.c | 2585 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 D | ipoib_cm.c | 1441 if (time_before_eq(jiffies, p->jiffies + IPOIB_CM_RX_TIMEOUT)) ipoib_cm_stale_task()
|
/linux-4.1.27/drivers/base/power/ |
H A D | runtime.c | 452 if (!(dev->power.timer_expires && time_before_eq(
|
/linux-4.1.27/fs/ |
H A D | fs-writeback.c | 263 ret = ret && time_before_eq(inode->dirtied_when, jiffies); inode_dirtied_after()
|
/linux-4.1.27/sound/pci/ |
H A D | sis7019.c | 1124 while (time_before_eq(jiffies, timeout)) { sis_chip_init()
|
/linux-4.1.27/drivers/net/ |
H A D | tun.c | 315 if (time_before_eq(this_timer, jiffies)) tun_flow_cleanup()
|
H A D | vxlan.c | 2143 if (time_before_eq(timeout, jiffies)) { vxlan_cleanup()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | pci.c | 1491 while (time_before_eq(jiffies, timeout)) { ath10k_pci_bmi_wait()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 458 if (time_before_eq(np->s.settle_time, thistime)) { sym_timer()
|
/linux-4.1.27/mm/ |
H A D | kmemleak.c | 347 time_before_eq(object->jiffies + jiffies_min_age, unreferenced_object()
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-eh.c | 3824 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 D | hostap_hw.c | 1561 if (time_before_eq(jiffies, last_reset + HZ)) prism2_hw_reset()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | common.c | 1390 while (time_before_eq(jiffies, timeout)) { il_scan_cancel_timeout()
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp_output.c | 3321 time_before_eq(icsk->icsk_ack.timeout, jiffies + (ato >> 2))) { tcp_send_delayed_ack()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 4924 if (time_before_eq(jiffies, last_reset + dev->watchdog_timeo)) netdev_tx_timeout()
|
/linux-4.1.27/kernel/sched/ |
H A D | core.c | 2539 if (time_before_eq(next, now)) scheduler_tick_max_deferment()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 1262 } else if (time_before_eq(phba->last_completion_time, lpfc_hb_timeout_handler()
|