| /kernel/locking/ |
| A D | spinlock_debug.c | 55 static void spin_dump(raw_spinlock_t *lock, const char *msg) in spin_dump() argument 62 msg, raw_smp_processor_id(), in spin_dump() 73 static void spin_bug(raw_spinlock_t *lock, const char *msg) in spin_bug() argument 78 spin_dump(lock, msg); in spin_bug() 81 #define SPIN_BUG_ON(cond, lock, msg) if (unlikely(cond)) spin_bug(lock, msg) argument 146 static void rwlock_bug(rwlock_t *lock, const char *msg) in rwlock_bug() argument 152 msg, raw_smp_processor_id(), current->comm, in rwlock_bug() 157 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
|
| /kernel/bpf/preload/iterators/ |
| A D | Makefile | 26 msg = macro 29 msg = @printf ' %-8s %s%s\n' "$(1)" "$(notdir $(2))" "$(if $(3), $(3))"; macro 43 $(call msg,CLEAN) 47 $(call msg,GEN-SKEL,$@) 51 $(call msg,BPF,$@) 58 $(call msg,MKDIR,$@)
|
| /kernel/irq/ |
| A D | msi.c | 276 *msg = entry->msg; in __get_cached_msi_msg() 283 __get_cached_msi_msg(entry, msg); in get_cached_msi_msg() 635 struct msi_msg *msg) in irq_chip_write_msi_msg() argument 650 (msg[1].address_lo || msg[1].address_hi || msg[1].data)); in msi_check_level() 668 struct msi_msg msg[2] = { [1] = { }, }; in msi_domain_set_affinity() local 675 irq_chip_write_msi_msg(irq_data, msg); in msi_domain_set_affinity() 684 struct msi_msg msg[2] = { [1] = { }, }; in msi_domain_activate() local 688 irq_chip_write_msi_msg(irq_data, msg); in msi_domain_activate() 695 struct msi_msg msg[2]; in msi_domain_deactivate() local 697 memset(msg, 0, sizeof(msg)); in msi_domain_deactivate() [all …]
|
| A D | chip.c | 1474 int irq_chip_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in irq_chip_compose_msi_msg() argument 1486 pos->chip->irq_compose_msi_msg(pos, msg); in irq_chip_compose_msi_msg()
|
| /kernel/trace/rv/ |
| A D | reactor_panic.c | 16 __printf(1, 2) static void rv_panic_reaction(const char *msg, ...) in rv_panic_reaction() argument 20 va_start(args, msg); in rv_panic_reaction() 21 vpanic(msg, args); in rv_panic_reaction()
|
| A D | reactor_printk.c | 15 __printf(1, 2) static void rv_printk_reaction(const char *msg, ...) in rv_printk_reaction() argument 19 va_start(args, msg); in rv_printk_reaction() 20 vprintk_deferred(msg, args); in rv_printk_reaction()
|
| A D | rv_reactors.c | 441 __printf(1, 2) static void rv_nop_reaction(const char *msg, ...) in rv_nop_reaction() argument
|
| /kernel/power/ |
| A D | hibernate.c | 279 unsigned nr_pages, char *msg) in swsusp_show_speed() argument 295 msg, k, centisecs / 100, centisecs % 100, kps / 1000, in swsusp_show_speed() 409 pm_message_t msg; in hibernation_snapshot() local 470 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot() 471 dpm_resume(msg); in hibernation_snapshot() 477 dpm_complete(msg); in hibernation_snapshot()
|
| /kernel/debug/kdb/ |
| A D | kdb_io.c | 561 static void kdb_msg_write(const char *msg, int msg_len) in kdb_msg_write() argument 571 cp = msg; in kdb_msg_write() 608 c->write(c, msg, msg_len); in kdb_msg_write()
|
| /kernel/trace/ |
| A 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()
|
| A D | blktrace.c | 436 char *msg; in blk_msg_write() local 442 msg = memdup_user_nul(buffer, count); in blk_msg_write() 443 if (IS_ERR(msg)) in blk_msg_write() 444 return PTR_ERR(msg); in blk_msg_write() 447 __blk_trace_note_message(bt, NULL, "%s", msg); in blk_msg_write() 448 kfree(msg); in blk_msg_write()
|
| A D | trace_hwlat.c | 186 #define hwlat_err(msg) ({ \ argument 189 trace_array_printk_buf(tr->array_buffer.buffer, _THIS_IP_, msg); \
|
| A D | trace_osnoise.c | 456 #define osnoise_taint(msg) ({ \ argument 463 trace_array_printk_buf(buffer, _THIS_IP_, msg); \ 1167 static __always_inline void osnoise_stop_exception(char *msg, int cpu) in osnoise_stop_exception() argument 1178 msg); in osnoise_stop_exception() 1183 msg); in osnoise_stop_exception()
|
| /kernel/ |
| A D | panic.c | 303 void nmi_panic(struct pt_regs *regs, const char *msg) in nmi_panic() argument 312 panic("%s", msg); in nmi_panic()
|
| A 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/ |
| A D | debug_core.c | 988 void kgdb_panic(const char *msg) in kgdb_panic() argument 1005 kdb_printf("PANIC: %s\n", msg); in kgdb_panic()
|
| /kernel/sched/ |
| A D | ext.c | 88 char *msg; member 4893 kfree(ei->msg); in free_exit_info() 4907 ei->msg = kzalloc(SCX_EXIT_MSG_LEN, GFP_KERNEL); in alloc_exit_info() 4910 if (!ei->bt || !ei->msg || !ei->dump) { in alloc_exit_info() 4968 sch->exit_info->msg); in scx_disable_workfn() 5043 if (ei->msg[0] != '\0') in scx_disable_workfn() 5044 pr_err("sched_ext: %s: %s\n", sch->ops.name, ei->msg); in scx_disable_workfn() 5281 dump_line(&s, " %s (%s)", ei->reason, ei->msg); in scx_dump_state() 5425 vscnprintf(ei->msg, SCX_EXIT_MSG_LEN, fmt, args); in scx_vexit()
|
| /kernel/events/ |
| A D | uprobes.c | 122 static void uprobe_warn(struct task_struct *t, const char *msg) in uprobe_warn() argument 124 pr_warn("uprobe: %s:%d failed to %s\n", current->comm, current->pid, msg); in uprobe_warn()
|
| /kernel/bpf/ |
| A D | verifier.c | 2688 const char *msg; in reg_bounds_sanity_check() local 2694 msg = "range bounds violation"; in reg_bounds_sanity_check() 2704 msg = "const tnum out of sync with range bounds"; in reg_bounds_sanity_check() 2715 msg = "const subreg tnum out of sync with range bounds"; in reg_bounds_sanity_check() 2724 ctx, msg, reg->umin_value, reg->umax_value, in reg_bounds_sanity_check()
|