Searched refs:print_all (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/sof/ |
| H A D | debug.c | 423 bool print_all = sof_debug_check_flag(SOF_DBG_PRINT_ALL_DUMPS); in snd_sof_dsp_dbg_dump() 425 if (flags & SOF_DBG_DUMP_OPTIONAL && !print_all) in snd_sof_dsp_dbg_dump() 437 if (!print_all) in snd_sof_dsp_dbg_dump() 418 bool print_all = sof_debug_check_flag(SOF_DBG_PRINT_ALL_DUMPS); snd_sof_dsp_dbg_dump() local
|
| /linux/scripts/ |
| H A D | bpf_doc.py | 388 def print_all(self): member in Printer 930 def print_all(self): member in PrinterHelpersJSON 946 def print_all(self): member in PrinterSyscallJSON 1014 printer.print_all()
|
| /linux/drivers/android/binder/ |
| H A D | process.rs | 580 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print() 612 thread.debug_print(m, print_all)?; in debug_print() 617 if print_all || node.has_oneway_transaction(&mut inner) { in debug_print() 623 if print_all { in debug_print()
|
| H A D | thread.rs | 465 pub(crate) fn debug_print(self: &Arc<Self>, m: &SeqFile, print_all: bool) -> Result<()> { in debug_print() 468 if print_all || inner.current_transaction.is_some() || !inner.work_list.is_empty() { in debug_print()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 668 if (mca_cfg.print_all || !(err->m.kflags)) in mce_default_notifier() 2375 cfg->print_all = true; in mcheck_enable() 2647 static DEVICE_BOOL_ATTR(print_all, 0644, mca_cfg.print_all);
|
| /linux/drivers/android/ |
| H A D | binder.c | 6621 bool print_all, bool hash_ptrs) in print_binder_proc() argument 6636 rb_node), print_all, hash_ptrs); in print_binder_proc() 6641 if (!print_all && !node->has_async_transaction) in print_binder_proc() 6652 if (print_all) { in print_binder_proc() 6675 if (!print_all && m->count == header_pos) in print_binder_proc()
|