| /src/crypto/openssl/test/radix/ |
| H A D | quic_tests.c | 91 OSSL_TIME time_before, time_after; in DEF_FUNC() local 145 time_before = ossl_time_now(); in DEF_FUNC() 162 if (i == 3 && !TEST_uint64_t_ge(ossl_time2ms(ossl_time_subtract(time_after, time_before)), 100)) in DEF_FUNC()
|
| /src/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)
|
| /src/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()
|
| /src/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()
|
| /src/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 384 #define time_before(a, b) time_after((b), (a)) macro
|
| /src/sys/contrib/dev/athk/ath10k/ |
| H A D | sdio.c | 789 } while (time_before(jiffies, timeout)); in ath10k_sdio_mbox_rxmsg_pending_handler() 1136 while (time_before(jiffies, timeout) && !cmd_credits) { in ath10k_sdio_bmi_credits() 1173 while ((time_before(jiffies, timeout)) && !rx_word) { in ath10k_sdio_bmi_get_rx_lookahead() 1539 } 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 | 3417 } while (time_before(jiffies, timeout)); in ath10k_pci_wait_for_target_init()
|
| /src/sys/dev/thunderbolt/ |
| H A D | tb_pcib.c | 408 } while (time_before(jiffies, end)); in tb_pcib_pcie2cio_wait()
|
| /src/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | trans-gen2.c | 467 while (time_before(jiffies, end_time)) { in iwl_pcie_spin_for_iml()
|
| /src/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()
|
| /src/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()
|
| /src/sys/dev/bnxt/bnxt_re/ |
| H A D | qplib_rcfw.c | 211 } while (time_before(jiffies, issue_time + (8 * HZ))); in __block_for_resp()
|
| /src/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-taskq.c | 993 if (time_before(jiffies, tq->lastspawnstop + in taskq_thread_should_stop()
|
| /src/sys/contrib/dev/iwlwifi/mld/ |
| H A D | scan.c | 1346 (time_before(mld->scan.last_start_time_jiffies + in iwl_mld_scan_6ghz_passive_scan()
|
| /src/sys/contrib/dev/athk/ath11k/ |
| H A D | core.c | 2500 time_before(jiffies, ab->reset_fail_timeout)) in ath11k_core_reset()
|
| H A D | dp_rx.c | 336 } while (time_before(jiffies, timeout)); in ath11k_dp_purge_mon_ring()
|
| /src/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | tx.c | 1058 if (time_before(mvm->queue_info[txq_id].last_frame_time[tid] + in iwl_mvm_txq_should_update()
|
| H A D | rxmq.c | 979 if (time_before(data->last_rx + TU_TO_JIFFIES(timeout), now)) in iwl_mvm_agg_rx_received()
|
| H A D | scan.c | 2036 (time_before(mvm->last_reset_or_resume_time_jiffies + in iwl_mvm_scan_6ghz_passive_scan()
|