Searched defs:msg (Results 1 – 19 of 19) sorted by relevance
/kernel/locking/ |
A D | spinlock_debug.c | 55 static void spin_dump(raw_spinlock_t *lock, const char *msg) in spin_dump() 73 static void spin_bug(raw_spinlock_t *lock, const char *msg) in spin_bug() 81 #define SPIN_BUG_ON(cond, lock, msg) if (unlikely(cond)) spin_bug(lock, msg) argument 146 static void rwlock_bug(rwlock_t *lock, const char *msg) in rwlock_bug() 157 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
|
/kernel/bpf/preload/iterators/ |
A D | Makefile | 26 msg = macro 29 msg = @printf ' %-8s %s%s\n' "$(1)" "$(notdir $(2))" "$(if $(3), $(3))"; macro
|
/kernel/trace/rv/ |
A D | reactor_panic.c | 16 __printf(1, 2) static void rv_panic_reaction(const char *msg, ...) in rv_panic_reaction()
|
A D | reactor_printk.c | 15 __printf(1, 2) static void rv_printk_reaction(const char *msg, ...) in rv_printk_reaction()
|
A D | rv_reactors.c | 441 __printf(1, 2) static void rv_nop_reaction(const char *msg, ...) in rv_nop_reaction()
|
/kernel/irq/ |
A D | msi.c | 274 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __get_cached_msi_msg() 279 void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg) in get_cached_msi_msg() 635 struct msi_msg *msg) in irq_chip_write_msi_msg() 640 static void msi_check_level(struct irq_domain *domain, struct msi_msg *msg) in msi_check_level() 668 struct msi_msg msg[2] = { [1] = { }, }; in msi_domain_set_affinity() local 684 struct msi_msg msg[2] = { [1] = { }, }; in msi_domain_activate() local 695 struct msi_msg msg[2]; in msi_domain_deactivate() local
|
A D | chip.c | 1474 int irq_chip_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in irq_chip_compose_msi_msg()
|
/kernel/power/ |
A D | hibernate.c | 279 unsigned nr_pages, char *msg) in swsusp_show_speed() 409 pm_message_t msg; in hibernation_snapshot() local
|
/kernel/debug/kdb/ |
A D | kdb_io.c | 561 static void kdb_msg_write(const char *msg, int msg_len) in kdb_msg_write()
|
/kernel/trace/ |
A D | trace_mmiotrace.c | 248 const char *msg = print->buf; in mmio_print_mark() local
|
A D | trace_hwlat.c | 186 #define hwlat_err(msg) ({ \ argument
|
A D | trace_osnoise.c | 456 #define osnoise_taint(msg) ({ \ argument 1167 static __always_inline void osnoise_stop_exception(char *msg, int cpu) in osnoise_stop_exception()
|
A D | blktrace.c | 436 char *msg; in blk_msg_write() local
|
/kernel/ |
A D | panic.c | 303 void nmi_panic(struct pt_regs *regs, const char *msg) in nmi_panic()
|
A D | auditsc.c | 1599 char *msg = "(null)"; in audit_log_proctitle() local
|
/kernel/debug/ |
A D | debug_core.c | 988 void kgdb_panic(const char *msg) in kgdb_panic()
|
/kernel/events/ |
A D | uprobes.c | 122 static void uprobe_warn(struct task_struct *t, const char *msg) in uprobe_warn()
|
/kernel/sched/ |
A D | ext.c | 88 char *msg; member
|
/kernel/bpf/ |
A D | verifier.c | 2688 const char *msg; in reg_bounds_sanity_check() local
|
Completed in 143 milliseconds