Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/xen/gntdev/
H A Dgntdev.c219 &cleanup_data);
263 mtx_lock(&cleanup_data->to_kill_grefs_mtx); in gref_list_dtor()
265 mtx_unlock(&cleanup_data->to_kill_grefs_mtx); in gref_list_dtor()
300 mtx_lock(&cleanup_data->to_kill_grefs_mtx); in gref_list_dtor()
396 mtx_lock(&cleanup_data.to_kill_grefs_mtx); in gntdev_alloc_gref()
448 mtx_lock(&cleanup_data.to_kill_grefs_mtx); in gntdev_dealloc_gref()
456 mtx_unlock(&cleanup_data.to_kill_grefs_mtx); in gntdev_dealloc_gref()
506 mtx_lock(&cleanup_data->to_kill_gmaps_mtx); in gmap_list_dtor()
712 mtx_lock(&cleanup_data.to_kill_gmaps_mtx); in gntdev_unmap_grant_ref()
956 mtx_lock(&cleanup_data.to_kill_grefs_mtx); in per_user_data_dtor()
[all …]
/freebsd-13.1/contrib/kyua/engine/
H A Dscheduler.cpp1222 const cleanup_exec_data* cleanup_data = in wait_any() local
1232 const model::test_result& body_result = cleanup_data->body_result; in wait_any()
1256 % cleanup_data->body_exit_handle.original_pid()); in wait_any()
1259 handle = cleanup_data->body_exit_handle; in wait_any()