Searched refs:write_comp_algorithm (Results 1 – 2 of 2) sorted by relevance
63 fn write_comp_algorithm(contents: &str) -> io::Result<()>; in write_comp_algorithm() method151 fn write_comp_algorithm(contents: &str) -> io::Result<()> { in write_comp_algorithm() method
399 match SysfsZramApiImpl::write_comp_algorithm(&comp_algorithm) { in setup_zram()