/kernel/irq/ |
D | msi.c | 62 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __get_cached_msi_msg() argument 64 *msg = entry->msg; in __get_cached_msi_msg() 67 void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg) in get_cached_msi_msg() argument 71 __get_cached_msi_msg(entry, msg); in get_cached_msi_msg() 210 struct msi_msg *msg) in irq_chip_write_msi_msg() argument 212 data->chip->irq_write_msi_msg(data, msg); in irq_chip_write_msi_msg() 215 static void msi_check_level(struct irq_domain *domain, struct msi_msg *msg) in msi_check_level() argument 225 (msg[1].address_lo || msg[1].address_hi || msg[1].data)); in msi_check_level() 243 struct msi_msg msg[2] = { [1] = { }, }; in msi_domain_set_affinity() local 248 BUG_ON(irq_chip_compose_msi_msg(irq_data, msg)); in msi_domain_set_affinity() [all …]
|
D | chip.c | 1561 int irq_chip_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in irq_chip_compose_msi_msg() argument 1573 pos->chip->irq_compose_msi_msg(pos, msg); in irq_chip_compose_msi_msg()
|
/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/bpf/preload/iterators/ |
D | Makefile | 18 msg = macro 21 msg = @printf ' %-8s %s%s\n' "$(1)" "$(notdir $(2))" "$(if $(3), $(3))"; macro 33 $(call msg,CLEAN) 37 $(call msg,GEN-SKEL,$@) 42 $(call msg,BPF,$@) 48 $(call msg,MKDIR,$@)
|
/kernel/power/ |
D | hibernate.c | 255 unsigned nr_pages, char *msg) in swsusp_show_speed() argument 271 msg, k, centisecs / 100, centisecs % 100, kps / 1000, in swsusp_show_speed() 368 pm_message_t msg; in hibernation_snapshot() local 421 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot() 422 dpm_resume(msg); in hibernation_snapshot() 428 dpm_complete(msg); in hibernation_snapshot()
|
/kernel/debug/kdb/ |
D | kdb_io.c | 545 static void kdb_msg_write(const char *msg, int msg_len) in kdb_msg_write() argument 554 cp = msg; in kdb_msg_write() 577 c->write(c, msg, msg_len); in kdb_msg_write()
|
/kernel/ |
D | panic.c | 189 void nmi_panic(struct pt_regs *regs, const char *msg) in nmi_panic() argument 197 panic("%s", msg); in nmi_panic()
|
D | auditsc.c | 1497 char *msg = "(null)"; in audit_log_proctitle() local 1498 int len = strlen(msg); in audit_log_proctitle() 1527 msg = context->proctitle.value; in audit_log_proctitle() 1530 audit_log_n_untrustedstring(ab, msg, len); in audit_log_proctitle()
|
/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 | 403 char *msg; in blk_msg_write() local 409 msg = memdup_user_nul(buffer, count); in blk_msg_write() 410 if (IS_ERR(msg)) in blk_msg_write() 411 return PTR_ERR(msg); in blk_msg_write() 414 __trace_note_message(bt, NULL, "%s", msg); in blk_msg_write() 415 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 | 317 #define osnoise_taint(msg) ({ \ argument 320 trace_array_printk_buf(tr->array_buffer.buffer, _THIS_IP_, msg); \
|
/kernel/debug/ |
D | debug_core.c | 1008 void kgdb_panic(const char *msg) in kgdb_panic() argument 1025 kdb_printf("PANIC: %s\n", msg); in kgdb_panic()
|
/kernel/events/ |
D | uprobes.c | 1779 static void uprobe_warn(struct task_struct *t, const char *msg) in uprobe_warn() argument 1782 current->comm, current->pid, msg); in uprobe_warn()
|