/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | jiffies.h | 45 #define time_after(a, b) ((int)((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/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/iwlwifi/mvm/ |
H A D | utils.c | 1028 bool handle_ll = time_after(ts, mvm->tcm.ll_ts + MVM_LL_PERIOD); in iwl_mvm_calc_tcm_stats() 1123 time_after(ts, mvm->tcm.uapsd_nonagg_ts + in iwl_mvm_tcm_add_vif() 1127 if (mvm->tcm.paused || !time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_tcm_add_vif() 1141 if (!mvm->tcm.paused && time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_get_systime()
|
H A D | time-event.c | 665 time_after(te_data->end_jiffies, TU_TO_EXP_TIME(min_duration))) { in iwl_mvm_cancel_session_protection() 1468 time_after(te_data->end_jiffies, TU_TO_EXP_TIME(min_duration))) {
|
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()
|
H A D | rx.c | 231 if (time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD)) in iwl_mvm_rx_handle_tcm()
|
H A D | rxmq.c | 2259 time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD)) in iwl_mvm_rx_fill_status()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | pci_mac.c | 37 if (time_after(jiffies, msta->last_txs + HZ / 4)) { in mt7921e_tx_prepare_skb()
|
H A D | mac.c | 802 if (time_after(jiffies, msta->last_txs + HZ / 4)) { in mt7921_usb_sdio_tx_prepare_skb()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_health.c | 317 } while (!time_after(jiffies, end)); in mlx5_enter_error_state() 389 !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 | 509 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 | 450 #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()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mcg.c | 1099 } while (time_after(end, jiffies)); in _mlx4_ib_mcg_port_cleanup()
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | trans.c | 2404 if (time_after(jiffies, end)) { 2491 !time_after(jiffies, in iwl_trans_pcie_wait_txqs_empty()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-taskq.c | 1678 if (t && time_after(jiffies, t->tqent_birth + 5*HZ)) { in param_set_taskq_kick()
|