Searched defs:Ok (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/ | ||
| H A D | uaccess.rs | 323 let Ok(offset_index) = (*offset).try_into() else { in read_slice_file() localVariable |
| H A D | dma.rs | 158 let Ok(mask) = Self::try_new(N) else { new() localVariable |
| /linux/samples/rust/ | ||
| H A D | rust_debugfs_scoped.rs | 78 let Ok(name) = CString::try_from_fmt(fmt!("{idx}")) else { create_file_write() localVariable |
| /linux/tools/perf/scripts/python/ | ||
| H A D | exported-sql-viewer.py | 3603 def Ok(self): member in ReportDialogBase |