Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 11 of 11) 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
138 static void rwlock_bug(rwlock_t *lock, const char *msg) in rwlock_bug()
149 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
/kernel/printk/
Dprintk.c453 static char *log_text(const struct printk_log *msg) in log_text()
459 static char *log_dict(const struct printk_log *msg) in log_dict()
467 struct printk_log *msg = (struct printk_log *)(log_buf + idx); in log_from_idx() local
481 struct printk_log *msg = (struct printk_log *)(log_buf + idx); in log_next() local
586 struct printk_log *msg; in log_store() local
689 struct printk_log *msg, u64 seq) in msg_print_ext_header()
824 struct printk_log *msg; in devkmsg_read() local
1234 static size_t print_prefix(const struct printk_log *msg, bool syslog, char *buf) in print_prefix()
1257 static size_t msg_print_text(const struct printk_log *msg, bool syslog, char *buf, size_t size) in msg_print_text()
1300 struct printk_log *msg; in syslog_print() local
[all …]
Dprintk_safe.c225 const char *msg = "printk_safe_flush: internal error\n"; in __printk_safe_flush() local
/kernel/irq/
Dmsi.c58 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __get_cached_msi_msg()
63 void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg) in get_cached_msi_msg()
73 struct msi_msg *msg) in irq_chip_write_msi_msg()
91 struct msi_msg msg; in msi_domain_set_affinity() local
106 struct msi_msg msg; in msi_domain_activate() local
115 struct msi_msg msg; in msi_domain_deactivate() local
Dchip.c1386 int irq_chip_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in irq_chip_compose_msi_msg()
/kernel/power/
Dhibernate.c241 unsigned nr_pages, char *msg) in swsusp_show_speed()
351 pm_message_t msg; in hibernation_snapshot() local
/kernel/
Dpanic.c111 void nmi_panic(struct pt_regs *regs, const char *msg) in nmi_panic()
Dauditsc.c1305 char *msg = "(null)"; in audit_log_proctitle() local
/kernel/trace/
Dtrace_mmiotrace.c250 const char *msg = print->buf; in mmio_print_mark() local
Dblktrace.c391 char *msg; in blk_msg_write() local
/kernel/events/
Duprobes.c1471 static void uprobe_warn(struct task_struct *t, const char *msg) in uprobe_warn()