Home
last modified time | relevance | path

Searched refs:SeqFile (Results 1 – 8 of 8) sorted by relevance

/linux/rust/kernel/
H A Dseq_file.rs11 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 Darray.rs8 seq_file::SeqFile,
64 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print()
H A Dmod.rs5 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 Dtree.rs9 seq_file::SeqFile,
114 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print()
/linux/rust/kernel/debugfs/
H A Dfile_ops.rs16 seq_file::SeqFile,
121 let seq_file = unsafe { SeqFile::from_raw(seq) };
/linux/drivers/android/binder/
H A Dfreeze.rs10 seq_file::SeqFile,
150 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() argument
H A Dthread.rs16 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 Dprocess.rs27 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