Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dblockdev.h20 android::base::Result<void> ConfigureQueueDepth(const std::string& loop_device_path,
Dblockdev.cpp129 Result<void> ConfigureQueueDepth(const std::string& loop_device_path, in ConfigureQueueDepth() function
Dfs_mgr.cpp2095 if (auto ret = ConfigureQueueDepth(loop_device, "/"); !ret.ok()) { in PrepareZramBackingDevice()
/system/apex/apexd/
Dapexd_loop.h60 android::base::Result<void> ConfigureQueueDepth(
Dapexd_loop.cpp207 Result<void> ConfigureQueueDepth(const std::string& loop_device_path, in ConfigureQueueDepth() function
542 Result<void> qd_status = ConfigureQueueDepth(loop_device->name, target); in CreateAndConfigureLoopDevice()