Searched refs:sysfs_fd (Results 1 – 1 of 1) sorted by relevance
144 unique_fd sysfs_fd(open(sysfs_path.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureQueueDepth() local145 if (sysfs_fd == -1) { in ConfigureQueueDepth()149 const int res = write(sysfs_fd.get(), nr_requests.data(), nr_requests.length()); in ConfigureQueueDepth()