Searched refs:ConfigureQueueDepth (Results 1 – 3 of 3) sorted by relevance
20 android::base::Result<void> ConfigureQueueDepth(const std::string& loop_device_path,
129 Result<void> ConfigureQueueDepth(const std::string& loop_device_path, in ConfigureQueueDepth() function
2076 if (auto ret = ConfigureQueueDepth(loop_device, "/"); !ret.ok()) { in PrepareZramBackingDevice()