Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/p9fs/
H A Dvirtio_p9fs.c79 struct mtx global_chan_list_mtx; variable
80 MTX_SYSINIT(global_chan_list_mtx, &global_chan_list_mtx, "9pglobal", MTX_DEF);
297 mtx_lock(&global_chan_list_mtx); in vt9p_detach()
299 mtx_unlock(&global_chan_list_mtx); in vt9p_detach()
379 mtx_lock(&global_chan_list_mtx); in vt9p_attach()
382 mtx_unlock(&global_chan_list_mtx); in vt9p_attach()
406 mtx_lock(&global_chan_list_mtx); in vt9p_create()
413 mtx_unlock(&global_chan_list_mtx); in vt9p_create()