Home
last modified time | relevance | path

Searched defs:debug_print (Results 1 – 5 of 5) sorted by relevance

/linux/tools/lib/python/kdoc/
H A Dparse_data_structs.py385 def debug_print(self): global() member in ParseDataStructs
/linux/drivers/android/binder/
H A Dfreeze.rs150 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
H A Dthread.rs465 pub(crate) fn debug_print(self: &Arc<Self>, m: &SeqFile, print_all: bool) -> Result<()> { in debug_print() method
1610 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
/linux/drivers/android/binder/range_alloc/
H A Dtree.rs114 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
/linux/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c36 static void debug_print(int level, const char *s, ...) in debug_print() function