Searched defs:msg (Results 1 – 11 of 11) sorted by relevance
| /kernel/locking/ |
| D | spinlock_debug.c | 52 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/ |
| D | printk.c | 409 static char *log_text(const struct printk_log *msg) in log_text() 415 static char *log_dict(const struct printk_log *msg) in log_dict() 423 struct printk_log *msg = (struct printk_log *)(log_buf + idx); in log_from_idx() local 437 struct printk_log *msg = (struct printk_log *)(log_buf + idx); in log_next() local 542 struct printk_log *msg; in log_store() local 646 struct printk_log *msg, u64 seq, in msg_print_ext_header() 794 struct printk_log *msg; in devkmsg_read() local 1194 static size_t print_prefix(const struct printk_log *msg, bool syslog, char *buf) in print_prefix() 1217 static size_t msg_print_text(const struct printk_log *msg, enum log_flags prev, in msg_print_text() 1279 struct printk_log *msg; in syslog_print() local [all …]
|
| D | nmi.c | 160 const char *msg = "printk_nmi_flush: internal error\n"; in __printk_nmi_flush() local
|
| /kernel/irq/ |
| D | msi.c | 60 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __get_cached_msi_msg() 65 void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg) in get_cached_msi_msg() 75 struct msi_msg *msg) in irq_chip_write_msi_msg() 93 struct msi_msg msg; in msi_domain_set_affinity() local 108 struct msi_msg msg; in msi_domain_activate() local 117 struct msi_msg msg; in msi_domain_deactivate() local
|
| D | chip.c | 1153 int irq_chip_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in irq_chip_compose_msi_msg()
|
| /kernel/power/ |
| D | hibernate.c | 238 unsigned nr_pages, char *msg) in swsusp_show_speed() 342 pm_message_t msg; in hibernation_snapshot() local
|
| /kernel/trace/ |
| D | trace_mmiotrace.c | 249 const char *msg = print->buf; in mmio_print_mark() local
|
| D | blktrace.c | 368 char *msg; in blk_msg_write() local
|
| /kernel/ |
| D | panic.c | 108 void nmi_panic(struct pt_regs *regs, const char *msg) in nmi_panic()
|
| D | auditsc.c | 1287 char *msg = "(null)"; in audit_log_proctitle() local
|
| /kernel/events/ |
| D | uprobes.c | 1463 static void uprobe_warn(struct task_struct *t, const char *msg) in uprobe_warn()
|