| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | jiffies.h | 45 #define time_after(a, b) ((long)((b) - (a)) < 0) macro 47 #define time_before(a, b) time_after(b,a) 54 #define time_is_after_jiffies(a) time_after(a, jiffies)
|
| /freebsd/crypto/openssl/test/radix/ |
| H A D | quic_tests.c | 91 OSSL_TIME time_before, time_after; in DEF_FUNC() local 150 time_after = 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()
|
| /freebsd/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 382 #define time_after(a, b) ((a) > (b)) macro 384 #define time_before(a, b) time_after((b), (a))
|
| /freebsd/sys/dev/ioat/ |
| H A D | ioat_test.c | 53 #ifndef time_after 54 #define time_after(a,b) ((long)(b) - (long)(a) < 0) macro 476 else if (test->duration != 0 && time_after(ticks, end)) { in ioat_dma_test()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | pci_mac.c | 37 if (time_after(jiffies, msta->deflink.last_txs + HZ / 4)) { in mt7921e_tx_prepare_skb()
|
| H A D | mac.c | 802 if (time_after(jiffies, msta->deflink.last_txs + HZ / 4)) { in mt7921_usb_sdio_tx_prepare_skb()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | session-protect.c | 68 time_after(session_protect->end_jiffies, in _iwl_mld_schedule_session_protection()
|
| H A D | low_latency.c | 37 time_after(timestamp, ll->window_start[mac_id] + in iwl_mld_calc_low_latency()
|
| H A D | mlo.c | 135 if (time_after(jiffies, mld_vif->emlsr.last_exit_ts + in iwl_mld_check_emlsr_prevention()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | pci_mac.c | 37 if (time_after(jiffies, msta->deflink.last_txs + HZ / 4)) { in mt7925e_tx_prepare_skb()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | utils.c | 978 bool handle_ll = time_after(ts, mvm->tcm.ll_ts + MVM_LL_PERIOD); in iwl_mvm_calc_tcm_stats() 1073 time_after(ts, mvm->tcm.uapsd_nonagg_ts + in iwl_mvm_recalc_tcm() 1077 if (mvm->tcm.paused || !time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm() 1091 if (!mvm->tcm.paused && time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm()
|
| H A D | time-event.c | 659 time_after(te_data->end_jiffies, TU_TO_EXP_TIME(min_duration))) { in iwl_mvm_protect_session() 1434 time_after(te_data->end_jiffies, TU_TO_EXP_TIME(min_duration))) { in iwl_mvm_schedule_session_protection()
|
| H A D | coex.c | 239 if (!time_after(now, mvm->bt_coex_last_tcm_ts + MVM_COEX_TCM_PERIOD)) in iwl_mvm_bt_coex_tcm_based_ci()
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_health.c | 318 } while (!time_after(jiffies, end)); in mlx5_enter_error_state() 390 !time_after(jiffies, end)) { in health_recover()
|
| H A D | mlx5_pagealloc.c | 526 while (!time_after(jiffies, end)) { in mlx5_wait_for_reclaim_vfs_pages() 582 if (time_after(jiffies, end)) { in mlx5_reclaim_startup_pages()
|
| H A D | mlx5_fw.c | 343 } while (!time_after(jiffies, end)); in mlx5_cmd_fast_teardown_hca()
|
| H A D | mlx5_main.c | 771 if (time_after(jiffies, end)) { in wait_fw_init() 775 if (warn_time_mili && time_after(jiffies, warn)) { in wait_fw_init()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | dbg.h | 102 (time_after(fwrt->dump.non_collect_ts_start[id] + wind_jiff, in iwl_fw_dbg_no_trig_window()
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_ib.c | 601 if (time_after(jiffies, begin + HZ)) { in ipoib_ah_dev_cleanup() 798 if (time_after(jiffies, begin + 5 * HZ)) { in ipoib_ib_dev_stop()
|
| H A D | ipoib_cm.c | 818 if (time_after(jiffies, begin + 5 * HZ)) { in ipoib_cm_dev_stop() 1082 if (time_after(jiffies, begin + 5 * HZ)) { in ipoib_cm_tx_destroy()
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-io.c | 421 while (time_after(timeout, jiffies)) { in iwl_trans_sync_nmi_with_addr()
|
| /freebsd/sys/contrib/ena-com/ |
| H A D | ena_plat.h | 426 #define time_after(a,b) ((long)((unsigned long)(b) - (unsigned long)(a)) < 0) macro
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_os_freebsd.h | 443 #define time_after(a,b) ((long)(b) - (long)(a) < 0) macro
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_mad.c | 2315 if (time_after(mad_agent_priv->timeout, in adjust_timeout() 2345 if (time_after(mad_send_wr->timeout, in wait_for_response() 2802 if (time_after(mad_send_wr->timeout, jiffies)) { in timeout_sends()
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | qplib_rcfw.c | 106 if (time_after(jiffies, cmdq->last_seen + in bnxt_re_is_fw_stalled()
|