Home
last modified time | relevance | path

Searched refs:tcp_stats_tpl_sampling_lock (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/
HDtcp_stats.c71 static struct rmlock tcp_stats_tpl_sampling_lock; variable
194 rm_rlock(&tcp_stats_tpl_sampling_lock, &tracker); in tcp_stats_sample_rollthedice()
197 rm_runlock(&tcp_stats_tpl_sampling_lock, &tracker); in tcp_stats_sample_rollthedice()
232 rm_assert(&tcp_stats_tpl_sampling_lock, RA_UNLOCKED); in tcp_stats_tpl_sr_cb()
233 rm_rlock(&tcp_stats_tpl_sampling_lock, in tcp_stats_tpl_sr_cb()
243 rm_assert(&tcp_stats_tpl_sampling_lock, RA_RLOCKED); in tcp_stats_tpl_sr_cb()
244 rm_runlock(&tcp_stats_tpl_sampling_lock, in tcp_stats_tpl_sr_cb()
250 rm_assert(&tcp_stats_tpl_sampling_lock, RA_UNLOCKED); in tcp_stats_tpl_sr_cb()
253 rm_wlock(&tcp_stats_tpl_sampling_lock); in tcp_stats_tpl_sr_cb()
258 rm_wunlock(&tcp_stats_tpl_sampling_lock); in tcp_stats_tpl_sr_cb()
[all …]