Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c30 #define DEBUG_PRINT_L1(...) debug_print(DEBUG_LEVEL_1_BIT, __VA_ARGS__)
31 #define DEBUG_PRINT_L2(...) debug_print(DEBUG_LEVEL_2_BIT, __VA_ARGS__)
32 #define DEBUG_PRINT_L3(...) debug_print(DEBUG_LEVEL_3_BIT, __VA_ARGS__)
33 #define DEBUG_PRINT_L4(...) debug_print(DEBUG_LEVEL_4_BIT, __VA_ARGS__)
34 #define DEBUG_PRINT_T(...) debug_print(DEBUG_TIMING_BIT, __VA_ARGS__)
36 static void debug_print(int level, const char *s, ...) in debug_print() function
/linux/drivers/android/binder/range_alloc/
H A Dmod.rs144 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
147 Impl::Array(array) => array.debug_print(m), in debug_print()
148 Impl::Tree(tree) => tree.debug_print(m), in debug_print()
H A Darray.rs64 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
H A Dtree.rs114 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
/linux/tools/docs/
H A Dparse-headers.py55 parser.debug_print()
/linux/drivers/android/binder/
H A Dstats.rs46 pub(crate) fn debug_print(&self, prefix: &str, m: &SeqFile) { in debug_print() method
H A Dprocess.rs575 self.stats.debug_print(" ", m); in debug_print_stats()
581 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print() method
613 thread.debug_print(m, print_all)?; in debug_print()
644 work.debug_print(m, " ", " pending transaction ")?; in debug_print()
650 mapping.alloc.debug_print(m)?; in debug_print()
H A Dfreeze.rs150 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
H A Dnode.rs743 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
1124 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
493 work.debug_print(m, " ", " pending transaction ")?; in debug_print()
1673 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
H A Dtransaction.rs490 fn debug_print(&self, m: &SeqFile, _prefix: &str, tprefix: &str) -> Result<()> { in debug_print() method
/linux/tools/lib/python/kdoc/
H A Dparse_data_structs.py397 def debug_print(self):
385 def debug_print(self): global() member in ParseDataStructs