Searched refs:SeqFile (Results 1 – 8 of 8) sorted by relevance
| /linux/rust/kernel/ |
| H A D | seq_file.rs | 11 pub struct SeqFile { struct 16 impl SeqFile { implementation 17 /// Creates a new [`SeqFile`] from a raw pointer. 24 pub unsafe fn from_raw<'a>(ptr: *mut bindings::seq_file) -> &'a SeqFile { in from_raw() argument 26 // a data race by using the `&SeqFile` since this is the only thread accessing the seq_file. in from_raw() 28 // CAST: The layout of `struct seq_file` and `SeqFile` is compatible. in from_raw() 46 /// Write to a [`SeqFile`] with the ordinary Rust formatting syntax.
|
| /linux/drivers/android/binder/range_alloc/ |
| H A D | array.rs | 8 seq_file::SeqFile, 64 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print()
|
| H A D | mod.rs | 5 use kernel::{page::PAGE_SIZE, prelude::*, seq_file::SeqFile, task::Pid}; 144 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print()
|
| H A D | tree.rs | 9 seq_file::SeqFile, 114 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print()
|
| /linux/rust/kernel/debugfs/ |
| H A D | file_ops.rs | 16 seq_file::SeqFile, 121 let seq_file = unsafe { SeqFile::from_raw(seq) };
|
| /linux/drivers/android/binder/ |
| H A D | freeze.rs | 10 seq_file::SeqFile, 150 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() argument
|
| H A D | thread.rs | 16 seq_file::SeqFile, 465 pub(crate) fn debug_print(self: &Arc<Self>, m: &SeqFile, print_all: bool) -> Result<()> { in debug_print() argument 1605 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() argument
|
| H A D | process.rs | 27 seq_file::SeqFile, 532 pub(crate) fn debug_print_stats(&self, m: &SeqFile, ctx: &Context) -> Result<()> { in debug_print_stats() argument 580 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print() argument
|