Searched refs:MSEC_2_TICKS (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14-stable/sys/dev/ixl/ |
| HD | i40e_osdep.c | 162 #ifndef MSEC_2_TICKS 163 #define MSEC_2_TICKS(m) max(1, (uint32_t)((hz == 1000) ? \ macro 170 pause("i40e_msec_pause", MSEC_2_TICKS(msecs)); in i40e_msec_pause()
|
| /freebsd-14-stable/sys/dev/ice/ |
| HD | ice_osdep.c | 307 pause("ice_msec_delay", MSEC_2_TICKS(time)); in ice_msec_delay()
|
| /freebsd-14-stable/sys/powerpc/powernv/ |
| HD | opal_dev.c | 136 MSEC_2_TICKS(opal_heartbeat_ms)); in opal_heartbeat()
|
| /freebsd-14-stable/sys/dev/wg/ |
| HD | if_wg.c | 1007 callout_reset(&peer->p_new_handshake, MSEC_2_TICKS( in wg_timers_event_data_sent() 1022 MSEC_2_TICKS(KEEPALIVE_TIMEOUT * 1000), in wg_timers_event_data_received() 1052 MSEC_2_TICKS(interval * 1000), in wg_timers_event_any_authenticated_packet_traversal() 1063 callout_reset(&peer->p_retry_handshake, MSEC_2_TICKS( in wg_timers_event_handshake_initiated() 1093 MSEC_2_TICKS(REJECT_AFTER_TIME * 3 * 1000), in wg_timers_event_session_derived() 1146 MSEC_2_TICKS(REJECT_AFTER_TIME * 3 * 1000), in wg_timers_run_retry_handshake() 1164 MSEC_2_TICKS(KEEPALIVE_TIMEOUT * 1000), in wg_timers_run_send_keepalive()
|
| /freebsd-14-stable/sys/sys/ |
| HD | time.h | 388 #define MSEC_2_TICKS(m) max(1, (uint32_t)((hz == 1000) ? \ macro
|
| /freebsd-14-stable/sys/dev/nvme/ |
| HD | nvme_ctrlr.c | 273 int timeout = ticks + MSEC_2_TICKS(ctrlr->ready_timeout_in_ms); in nvme_ctrlr_wait_for_ready() 337 pause("nvmeR", MSEC_2_TICKS(B4_CHK_RDY_DELAY_MS)); in nvme_ctrlr_disable()
|
| /freebsd-14-stable/sys/net80211/ |
| HD | ieee80211_freebsd.h | 269 #define msecs_to_ticks(ms) MSEC_2_TICKS(ms)
|
| /freebsd-14-stable/sys/geom/nop/ |
| HD | g_nop.c | 310 MSEC_2_TICKS(delaytime), g_nop_pass_timeout, in g_nop_start()
|
| /freebsd-14-stable/sys/dev/iavf/ |
| HD | iavf_lib.c | 57 pause("iavf_msec_pause", MSEC_2_TICKS(msecs)); in iavf_msec_pause()
|
| /freebsd-14-stable/sys/netinet/tcp_stacks/ |
| HD | bbr.c | 5027 MSEC_2_TICKS(bbr->r_ctl.rc_min_rto_ms), in bbr_timeout_rxt() 5028 MSEC_2_TICKS(((uint32_t)bbr->rc_max_rto_sec) * 1000)); in bbr_timeout_rxt() 6368 max(MSEC_2_TICKS(bbr->r_ctl.rc_min_rto_ms), rtt_ticks + 2), in tcp_bbr_xmit_timer_commit() 6369 MSEC_2_TICKS(((uint32_t)bbr->rc_max_rto_sec) * 1000)); in tcp_bbr_xmit_timer_commit()
|