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