Home
last modified time | relevance | path

Searched refs:to_kill_grefs_mtx (Results 1 – 1 of 1) sorted by last modified time

/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c199 struct mtx to_kill_grefs_mtx; member
209 MTX_SYSINIT(to_kill_grefs_mtx, &cleanup_data.to_kill_grefs_mtx,
260 mtx_lock(&cleanup_data->to_kill_grefs_mtx); in gref_list_dtor()
262 mtx_unlock(&cleanup_data->to_kill_grefs_mtx); in gref_list_dtor()
297 mtx_lock(&cleanup_data->to_kill_grefs_mtx); in gref_list_dtor()
400 mtx_lock(&cleanup_data.to_kill_grefs_mtx); in gntdev_alloc_gref()
404 mtx_unlock(&cleanup_data.to_kill_grefs_mtx); in gntdev_alloc_gref()
447 mtx_lock(&cleanup_data.to_kill_grefs_mtx); in gntdev_dealloc_gref()
455 mtx_unlock(&cleanup_data.to_kill_grefs_mtx); in gntdev_dealloc_gref()
955 mtx_lock(&cleanup_data.to_kill_grefs_mtx); in per_user_data_dtor()
[all …]