Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dseq_file.rs11 pub struct SeqFile { struct
16 impl SeqFile { argument
24 pub unsafe fn from_raw<'a>(ptr: *mut bindings::seq_file) -> &'a SeqFile { in from_raw()
/linux/drivers/android/binder/
H A Dtransaction.rs156 pub(crate) fn debug_print_inner(&self, m: &SeqFile, prefix: &str) { in debug_print_inner()
445 fn debug_print(&self, m: &SeqFile, _prefix: &str, tprefix: &str) -> Result<()> { in debug_print()
H A Drust_binder_main.rs154 fn debug_print(&self, m: &SeqFile, prefix: &str, transaction_prefix: &str) -> Result<()>; in debug_print()
260 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print()
573 fn rust_binder_proc_show_impl(m: &SeqFile, pid: Pid) -> Result<()> { in rust_binder_proc_show_impl()
H A Dstats.rs46 pub(crate) fn debug_print(&self, prefix: &str, m: &SeqFile) { in debug_print()
H A Dnode.rs250 m: &SeqFile, in full_debug_print()
733 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print()
1114 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print()
H A Dfreeze.rs150 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print()
H A Dthread.rs457 pub(crate) fn debug_print(self: &Arc<Self>, m: &SeqFile, print_all: bool) -> Result<()> { in debug_print()
1581 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print()
H A Dprocess.rs526 pub(crate) fn debug_print_stats(&self, m: &SeqFile, ctx: &Context) -> Result<()> { in debug_print_stats()
574 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print()