| /linux/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 160 fn debug_print(&self, m: &SeqFile, prefix: &str, transaction_prefix: &str) -> Result<()>; in debug_print() method 266 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method 545 proc.debug_print(m, &ctx, false)?; in rust_binder_transactions_show_impl() 554 stats::GLOBAL_STATS.debug_print("", m); in rust_binder_stats_show_impl() 572 proc.debug_print(m, &ctx, true)?; in rust_binder_state_show_impl() 585 proc.debug_print(m, &ctx, true)?; in rust_binder_proc_show_impl()
|
| H A D | process.rs | 574 self.stats.debug_print(" ", m); in debug_print_stats() 580 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print() method 612 thread.debug_print(m, print_all)?; in debug_print() 643 work.debug_print(m, " ", " pending transaction ")?; in debug_print() 649 mapping.alloc.debug_print(m)?; in debug_print()
|
| H A D | node.rs | 741 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method 1122 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
|
| H A D | freeze.rs | 150 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
|
| H A D | thread.rs | 465 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() 1605 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
|
| H A D | transaction.rs | 459 fn debug_print(&self, m: &SeqFile, _prefix: &str, tprefix: &str) -> Result<()> { in debug_print() method
|
| /linux/tools/testing/selftests/sparc64/drivers/ |
| H A D | adi-test.c | 30 #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 D | mod.rs | 144 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 D | array.rs | 64 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
|
| H A D | tree.rs | 114 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_env.h | 70 int __printf(1, 0) (*debug_print)(const char *fmt, va_list args);
|
| H A D | atomisp_compat_css20.c | 753 isp->css_env.isp_css_env.print_env.debug_print = NULL; in __set_css_print_env() 755 isp->css_env.isp_css_env.print_env.debug_print = atomisp_vprintk; in __set_css_print_env()
|
| H A D | sh_css.c | 1345 sh_css_printf = env->print_env.debug_print; in ia_css_init()
|
| /linux/tools/docs/ |
| H A D | parse-headers.py | 55 parser.debug_print()
|
| /linux/drivers/android/binder/node/ |
| H A D | wrapper.rs | 67 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
|
| /linux/tools/lib/python/kdoc/ |
| H A D | parse_data_structs.py | 397 def debug_print(self): member in ParseDataStructs
|