/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_reset.c | 109 } while (time_before(jiffies, end)); in mlx4_reset() 132 } while (time_before(jiffies, end)); in mlx4_reset()
|
H A D | mlx4_catas.c | 140 while (time_before(jiffies, end)) { in mlx4_reset_slave()
|
H A D | mlx4_cmd.c | 314 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 D | mlx4_main.c | 1931 while (time_before(jiffies, end)) { in mlx4_comm_check_offline()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | jiffies.h | 47 #define time_before(a, b) time_after(b,a) macro 55 #define time_is_before_jiffies(a) time_before(a, jiffies)
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fs_counters.c | 238 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 D | mlx5_cmd.c | 262 } while (time_before(jiffies, poll_end)); in poll_timeout()
|
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | vchi_bsd.h | 384 #define time_before(a, b) time_after((b), (a)) macro
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | trans-gen2.c | 442 while (time_before(jiffies, end_time)) { in iwl_pcie_spin_for_iml()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | sdio.c | 788 } 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 D | ahb.c | 296 } while (time_before(jiffies, timeout)); in ath10k_ahb_halt_axi_bus()
|
H A D | pci.c | 3410 } while (time_before(jiffies, timeout)); in ath10k_pci_wait_for_target_init()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | core.c | 824 time_before(jiffies, ab->reset_fail_timeout)) in ath12k_core_reset()
|
H A D | dp_rx.c | 251 } while (time_before(jiffies, timeout)); in ath12k_dp_purge_mon_ring()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_cmd.c | 241 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/dev/bnxt/bnxt_re/ |
H A D | qplib_rcfw.c | 211 } while (time_before(jiffies, issue_time + (8 * HZ))); in __block_for_resp()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | core.c | 1957 time_before(jiffies, ab->reset_fail_timeout)) in ath11k_core_reset()
|
H A D | dp_rx.c | 335 } while (time_before(jiffies, timeout)); in ath11k_dp_purge_mon_ring()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-taskq.c | 962 if (time_before(jiffies, tq->lastspawnstop + in taskq_thread_should_stop()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | tx.c | 1140 if (time_before(mvm->queue_info[txq_id].last_frame_time[tid] + in iwl_mvm_txq_should_update()
|
H A D | rxmq.c | 922 if (time_before(data->last_rx + TU_TO_JIFFIES(timeout), now)) in iwl_mvm_oldsn_workaround()
|
H A D | scan.c | 2041 (time_before(mvm->last_reset_or_resume_time_jiffies + in iwl_mvm_scan_6ghz_passive_scan()
|