Home
last modified time | relevance | path

Searched refs:HZ (Results 76 – 100 of 174) sorted by relevance

1234567

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dagg-rx.c12 return HZ / (tidno >= 4 ? 25 : 10); in mt76_aggr_tid_to_timeo()
H A Dmt76_connac.h31 #define MT76_CONNAC_COREDUMP_TIMEOUT (HZ / 20)
H A Dmt76x02_mac.c1142 #define MT_EDCCA_LEARN_TIMEOUT (20 * HZ)
1170 dev->ed_trigger_timeout = jiffies + 20 * HZ; in mt76x02_edcca_check()
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h370 #define HZ hz macro
/freebsd/sys/dev/vnic/
H A Dnic.h170 #define NICVF_TX_TIMEOUT (50 * HZ)
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dsdio.c237 mt76s_txqs_empty(&dev->mt76), 5 * HZ); in mt7921s_suspend()
H A Dusb.c39 mdev->mcu.timeout = 3 * HZ; in mt7921u_mcu_send_message()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dptp.c12 #define IWL_PTP_WRAP_TIME (3600 * HZ)
H A Dutils.c394 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 5); in iwl_mvm_request_statistics()
869 15 * HZ); in iwl_mvm_uapsd_agg_disconnect()
H A Dcoex.c236 #define MVM_COEX_TCM_PERIOD (HZ * 10)
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwow.c45 ret = wait_for_completion_timeout(&ab->htc_suspend, 3 * HZ); in ath11k_wow_enable()
87 ret = wait_for_completion_timeout(&ab->wow.wakeup_completed, 3 * HZ); in ath11k_wow_wakeup()
H A Dqmi.h44 #define ATH11K_COLD_BOOT_FW_RESET_DELAY (60 * HZ)
/freebsd/targets/pseudo/userland/lib/
H A DMakefile.depend83 lib/libiconv_modules/HZ \
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt.c371 #define HTT_TARGET_VERSION_TIMEOUT_HZ (3 * HZ)
H A Ddebug.c401 timeout = jiffies + msecs_to_jiffies(1 * HZ); in ath10k_debug_fw_stats_request()
419 1 * HZ); in ath10k_debug_fw_stats_request()
1503 1 * HZ); in ath10k_debug_tpc_stats_request()
2324 1 * HZ); in ath10k_debug_tpc_stats_final_request()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c560 !dev->mt76.wed_token_count, HZ); in mt7915_mmio_wed_offload_enable()
691 if (!wait_for_completion_timeout(&mdev->mmio.wed_reset, 20 * HZ)) { in mt7915_mmio_wed_reset()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmcu.c46 mdev->mcu.timeout = 3 * HZ; in mt7603_mcu_skb_send_msg()
/freebsd/contrib/tcsh/
H A Dsh.proc.c42 # undef HZ
43 # define HZ 16 macro
340 (fp->p_utime + fp->p_stime) / HZ in pchild()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c42 #define CM_CLEANUP_CACHE_TIMEOUT (5 * HZ)
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c128 mod_timer(&dev->delay_timer, jiffies + HZ); in reg_mr_callback()
295 time_after(jiffies, cache->last_add + 300 * HZ)) { in __cache_work_func()
300 queue_delayed_work(cache->wq, &ent->dwork, 300 * HZ); in __cache_work_func()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c1544 #define ACL_REL_GRACE (60*HZ)
1545 #define ACL_REL_WINDOW (1*HZ)
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c161 schedule_timeout(HZ / 100); in task_alloc()
1306 if (t && time_after(jiffies, t->tqent_birth + 5*HZ)) { in param_set_taskq_kick()
/freebsd/sys/x86/conf/
H A DNOTES62 # and other activities. The drawback is a moderate (up to 1/HZ seconds)
64 # It is strongly recommended to use HZ=1000 or 2000 with DEVICE_POLLING
/freebsd/sys/dev/iavf/
H A Diavf_type.h59 #define IAVF_HEARTBEAT_TIMEOUT (HZ * 50)
/freebsd/sys/dev/irdma/
H A Dirdma_main.h90 #define IW_TX_TIMEOUT (6 * HZ)

1234567