Searched refs:zram_device_path_cstring (Results 1 – 1 of 1) sorted by relevance
155 let zram_device_path_cstring = std::ffi::CString::new(ZRAM_DEVICE_PATH) in activate_zram() localVariable157 S::swapon(&zram_device_path_cstring).map_err(ZramActivationError::SwapOn)?; in activate_zram()