/kernel/locking/ |
D | spinlock_debug.c | 54 static void spin_dump(raw_spinlock_t *lock, const char *msg) in spin_dump() argument 61 msg, raw_smp_processor_id(), in spin_dump() 72 static void spin_bug(raw_spinlock_t *lock, const char *msg) in spin_bug() argument 77 spin_dump(lock, msg); in spin_bug() 80 #define SPIN_BUG_ON(cond, lock, msg) if (unlikely(cond)) spin_bug(lock, msg) argument 145 static void rwlock_bug(rwlock_t *lock, const char *msg) in rwlock_bug() argument 151 msg, raw_smp_processor_id(), current->comm, in rwlock_bug() 156 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
|
/kernel/irq/ |
D | msi.c | 165 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __get_cached_msi_msg() argument 167 *msg = entry->msg; in __get_cached_msi_msg() 170 void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg) in get_cached_msi_msg() argument 174 __get_cached_msi_msg(entry, msg); in get_cached_msi_msg() 464 struct msi_msg *msg) in irq_chip_write_msi_msg() argument 466 data->chip->irq_write_msi_msg(data, msg); in irq_chip_write_msi_msg() 469 static void msi_check_level(struct irq_domain *domain, struct msi_msg *msg) in msi_check_level() argument 479 (msg[1].address_lo || msg[1].address_hi || msg[1].data)); in msi_check_level() 497 struct msi_msg msg[2] = { [1] = { }, }; in msi_domain_set_affinity() local 502 BUG_ON(irq_chip_compose_msi_msg(irq_data, msg)); in msi_domain_set_affinity() [all …]
|
D | chip.c | 1563 int irq_chip_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in irq_chip_compose_msi_msg() argument 1575 pos->chip->irq_compose_msi_msg(pos, msg); in irq_chip_compose_msi_msg()
|
/kernel/bpf/preload/iterators/ |
D | Makefile | 26 msg = macro 29 msg = @printf ' %-8s %s%s\n' "$(1)" "$(notdir $(2))" "$(if $(3), $(3))"; macro 41 $(call msg,CLEAN) 45 $(call msg,GEN-SKEL,$@) 50 $(call msg,BPF,$@) 56 $(call msg,MKDIR,$@)
|
/kernel/trace/rv/ |
D | reactor_panic.c | 16 static void rv_panic_reaction(char *msg) in rv_panic_reaction() argument 18 panic(msg); in rv_panic_reaction()
|
D | reactor_printk.c | 15 static void rv_printk_reaction(char *msg) in rv_printk_reaction() argument 17 printk_deferred(msg); in rv_printk_reaction()
|
D | rv_reactors.c | 472 static void rv_nop_reaction(char *msg) in rv_nop_reaction() argument
|
/kernel/power/ |
D | hibernate.c | 259 unsigned nr_pages, char *msg) in swsusp_show_speed() argument 275 msg, k, centisecs / 100, centisecs % 100, kps / 1000, in swsusp_show_speed() 372 pm_message_t msg; in hibernation_snapshot() local 425 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot() 426 dpm_resume(msg); in hibernation_snapshot() 432 dpm_complete(msg); in hibernation_snapshot()
|
/kernel/debug/kdb/ |
D | kdb_io.c | 544 static void kdb_msg_write(const char *msg, int msg_len) in kdb_msg_write() argument 553 cp = msg; in kdb_msg_write() 576 c->write(c, msg, msg_len); in kdb_msg_write()
|
/kernel/trace/ |
D | trace_mmiotrace.c | 248 const char *msg = print->buf; in mmio_print_mark() local 255 trace_seq_printf(s, "MARK %u.%06lu %s", secs, usec_rem, msg); in mmio_print_mark()
|
D | blktrace.c | 435 char *msg; in blk_msg_write() local 441 msg = memdup_user_nul(buffer, count); in blk_msg_write() 442 if (IS_ERR(msg)) in blk_msg_write() 443 return PTR_ERR(msg); in blk_msg_write() 446 __blk_trace_note_message(bt, NULL, "%s", msg); in blk_msg_write() 447 kfree(msg); in blk_msg_write()
|
D | trace_hwlat.c | 188 #define hwlat_err(msg) ({ \ argument 191 trace_array_printk_buf(tr->array_buffer.buffer, _THIS_IP_, msg); \
|
D | trace_osnoise.c | 453 #define osnoise_taint(msg) ({ \ argument 460 trace_array_printk_buf(buffer, _THIS_IP_, msg); \
|
/kernel/ |
D | panic.c | 192 void nmi_panic(struct pt_regs *regs, const char *msg) in nmi_panic() argument 200 panic("%s", msg); in nmi_panic()
|
D | auditsc.c | 1599 char *msg = "(null)"; in audit_log_proctitle() local 1600 int len = strlen(msg); in audit_log_proctitle() 1629 msg = context->proctitle.value; in audit_log_proctitle() 1632 audit_log_n_untrustedstring(ab, msg, len); in audit_log_proctitle()
|
/kernel/debug/ |
D | debug_core.c | 996 void kgdb_panic(const char *msg) in kgdb_panic() argument 1013 kdb_printf("PANIC: %s\n", msg); in kgdb_panic()
|
/kernel/events/ |
D | uprobes.c | 1778 static void uprobe_warn(struct task_struct *t, const char *msg) in uprobe_warn() argument 1781 current->comm, current->pid, msg); in uprobe_warn()
|