Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_poll.c54 static struct mtx poll_mtx; variable
124 mtx_lock(&poll_mtx); in poll_burst_max_sysctl()
130 mtx_unlock(&poll_mtx); in poll_burst_max_sysctl()
150 mtx_lock(&poll_mtx); in poll_each_burst_sysctl()
152 mtx_unlock(&poll_mtx); in poll_each_burst_sysctl()
156 mtx_unlock(&poll_mtx); in poll_each_burst_sysctl()
181 mtx_lock(&poll_mtx); in user_frac_sysctl()
183 mtx_unlock(&poll_mtx); in user_frac_sysctl()
205 mtx_lock(&poll_mtx); in reg_frac_sysctl()
209 mtx_unlock(&poll_mtx); in reg_frac_sysctl()
[all …]