Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c205 static struct cleanup_data_struct cleanup_data = { variable
206 .to_kill_grefs = STAILQ_HEAD_INITIALIZER(cleanup_data.to_kill_grefs),
207 .to_kill_gmaps = STAILQ_HEAD_INITIALIZER(cleanup_data.to_kill_gmaps),
209 MTX_SYSINIT(to_kill_grefs_mtx, &cleanup_data.to_kill_grefs_mtx,
211 MTX_SYSINIT(to_kill_gmaps_mtx, &cleanup_data.to_kill_gmaps_mtx,
216 &cleanup_data);
254 gref_list_dtor(struct cleanup_data_struct *cleanup_data) in gref_list_dtor() argument
260 mtx_lock(&cleanup_data->to_kill_grefs_mtx); in gref_list_dtor()
261 STAILQ_SWAP(&cleanup_data->to_kill_grefs, &tmp_grefs, gntdev_gref); in gref_list_dtor()
262 mtx_unlock(&cleanup_data->to_kill_grefs_mtx); in gref_list_dtor()
[all …]
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp1430 const cleanup_exec_data* cleanup_data = in wait_any() local
1440 const model::test_result& body_result = cleanup_data->body_result; in wait_any()
1464 % cleanup_data->body_exit_handle.original_pid()); in wait_any()
1467 handle = cleanup_data->body_exit_handle; in wait_any()
1476 cleanup_data->test_program->find(cleanup_data->test_case_name); in wait_any()
1481 _pimpl->spawn_execenv_cleanup(cleanup_data->test_program, in wait_any()
1482 cleanup_data->test_case_name, in wait_any()