Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/block/
H A Dasynchronous.rs513 let mut queue_handler_stop_fns = std::collections::BTreeMap::new(); in run_worker() localVariable
547 let old_stop_fn = queue_handler_stop_fns.insert(index, move || { in run_worker()
572 match queue_handler_stop_fns.remove(&index) { in run_worker()
605 queue_handler_stop_fns.clear(); in run_worker()