Searched refs:ConfigureQueueDepth (Results 1 – 5 of 5) 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
2095 if (auto ret = ConfigureQueueDepth(loop_device, "/"); !ret.ok()) { in PrepareZramBackingDevice()
60 android::base::Result<void> ConfigureQueueDepth(
207 Result<void> ConfigureQueueDepth(const std::string& loop_device_path, in ConfigureQueueDepth() function542 Result<void> qd_status = ConfigureQueueDepth(loop_device->name, target); in CreateAndConfigureLoopDevice()