Home
last modified time | relevance | path

Searched refs:time_before (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_reset.c109 } while (time_before(jiffies, end)); in mlx4_reset()
132 } while (time_before(jiffies, end)); in mlx4_reset()
H A Dmlx4_catas.c140 while (time_before(jiffies, end)) { in mlx4_reset_slave()
H A Dmlx4_cmd.c314 while (comm_pending(dev) && time_before(jiffies, end)) in mlx4_comm_cmd_poll()
389 while (comm_pending(dev) && time_before(jiffies, end)) in mlx4_comm_cmd_wait()
616 while (cmd_pending(dev) && time_before(jiffies, end)) { in mlx4_cmd_poll()
2306 while (time_before(jiffies, end)) { in sync_toggles()
H A Dmlx4_main.c1931 while (time_before(jiffies, end)) { in mlx4_comm_check_offline()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Djiffies.h47 #define time_before(a, b) time_after(b,a) macro
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c238 time_before(now, fc_stats->next_bulk_query_alloc)) in mlx5_fc_stats_bulk_query_size_increase()
297 if (time_before(now, fc_stats->next_query) || in mlx5_fc_stats_work()
H A Dmlx5_cmd.c262 } while (time_before(jiffies, poll_end)); in poll_timeout()
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h384 #define time_before(a, b) time_after((b), (a)) macro
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans-gen2.c427 while (time_before(jiffies, end_time)) { in iwl_pcie_spin_for_iml()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsdio.c788 } while (time_before(jiffies, timeout)); in ath10k_sdio_mbox_rxmsg_pending_handler()
1135 while (time_before(jiffies, timeout) && !cmd_credits) { in ath10k_sdio_bmi_credits()
1172 while ((time_before(jiffies, timeout)) && !rx_word) { in ath10k_sdio_bmi_get_rx_lookahead()
1537 } while (time_before(jiffies, timeout) && !done); in ath10k_sdio_irq_handler()
H A Dahb.c296 } while (time_before(jiffies, timeout)); in ath10k_ahb_halt_axi_bus()
H A Dpci.c3410 } while (time_before(jiffies, timeout)); in ath10k_pci_wait_for_target_init()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c824 time_before(jiffies, ab->reset_fail_timeout)) in ath12k_core_reset()
H A Ddp_rx.c251 } while (time_before(jiffies, timeout)); in ath12k_dp_purge_mon_ring()
/freebsd/sys/dev/mthca/
H A Dmthca_cmd.c241 while (go_bit(dev) && time_before(jiffies, end)) { in mthca_cmd_post_hcr()
357 while (go_bit(dev) && time_before(jiffies, end)) { in mthca_cmd_poll()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c861 if (time_before(jiffies, tq->lastspawnstop + in taskq_thread_should_stop()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_rcfw.c211 } while (time_before(jiffies, issue_time + (8 * HZ))); in __block_for_resp()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.c1957 time_before(jiffies, ab->reset_fail_timeout)) in ath11k_core_reset()
H A Ddp_rx.c335 } while (time_before(jiffies, timeout)); in ath11k_dp_purge_mon_ring()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c1066 if (time_before(mvm->queue_info[txq_id].last_frame_time[tid] + in iwl_mvm_txq_should_update()
H A Drxmq.c1199 if (time_before(data->last_rx + TU_TO_JIFFIES(timeout), now)) in iwl_mvm_agg_rx_received()
H A Dscan.c1992 (time_before(mvm->last_reset_or_resume_time_jiffies + in iwl_mvm_scan_6ghz_passive_scan()