Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 12 of 12) sorted by relevance

/kernel/locking/
Dspinlock_debug.c52 static void spin_dump(raw_spinlock_t *lock, const char *msg) in spin_dump()
70 static void spin_bug(raw_spinlock_t *lock, const char *msg) in spin_bug()
78 #define SPIN_BUG_ON(cond, lock, msg) if (unlikely(cond)) spin_bug(lock, msg) argument
142 static void rwlock_bug(rwlock_t *lock, const char *msg) in rwlock_bug()
153 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
/kernel/irq/
Dmsi.c59 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __get_cached_msi_msg()
64 void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg) in get_cached_msi_msg()
74 struct msi_msg *msg) in irq_chip_write_msi_msg()
79 static void msi_check_level(struct irq_domain *domain, struct msi_msg *msg) in msi_check_level()
105 struct msi_msg msg[2] = { [1] = { }, }; in msi_domain_set_affinity() local
121 struct msi_msg msg[2] = { [1] = { }, }; in msi_domain_activate() local
132 struct msi_msg msg[2]; in msi_domain_deactivate() local
Dchip.c1574 int irq_chip_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in irq_chip_compose_msi_msg()
/kernel/printk/
Dprintk.c492 static char *log_text(const struct printk_log *msg) in log_text()
498 static char *log_dict(const struct printk_log *msg) in log_dict()
506 struct printk_log *msg = (struct printk_log *)(log_buf + idx); in log_from_idx() local
520 struct printk_log *msg = (struct printk_log *)(log_buf + idx); in log_next() local
625 struct printk_log *msg; in log_store() local
731 struct printk_log *msg, u64 seq) in msg_print_ext_header()
888 struct printk_log *msg; in devkmsg_read() local
1320 static size_t print_prefix(const struct printk_log *msg, bool syslog, in print_prefix()
1341 static size_t msg_print_text(const struct printk_log *msg, bool syslog, in msg_print_text()
1385 struct printk_log *msg; in syslog_print() local
[all …]
Dprintk_safe.c209 const char *msg = "printk_safe_flush: internal error\n"; in __printk_safe_flush() local
/kernel/power/
Dhibernate.c240 unsigned nr_pages, char *msg) in swsusp_show_speed()
353 pm_message_t msg; in hibernation_snapshot() local
/kernel/trace/
Dtrace_mmiotrace.c250 const char *msg = print->buf; in mmio_print_mark() local
Dblktrace.c394 char *msg; in blk_msg_write() local
/kernel/
Dpanic.c165 void nmi_panic(struct pt_regs *regs, const char *msg) in nmi_panic()
Dauditsc.c1456 char *msg = "(null)"; in audit_log_proctitle() local
/kernel/debug/
Ddebug_core.c935 void kgdb_panic(const char *msg) in kgdb_panic()
/kernel/events/
Duprobes.c1786 static void uprobe_warn(struct task_struct *t, const char *msg) in uprobe_warn()