Home
last modified time | relevance | path

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

/system/memory/mmd/src/
Dblock_dev.rs51 pub fn configure_block_device_queue_depth<P: AsRef<Path>>( in configure_block_device_queue_depth() function
270 fn configure_block_device_queue_depth() { in configure_block_device_queue_depth() function
Dmain.rs38 use mmd::block_dev::configure_block_device_queue_depth;
266 if let Err(e) = configure_block_device_queue_depth(device_name, "/") { in setup_zram_writeback()