/kernel/ |
D | panic.c | 651 void __warn(const char *file, int line, void *caller, unsigned taint, in __warn() argument 658 raw_smp_processor_id(), current->pid, file, line, in __warn() 687 void warn_slowpath_fmt(const char *file, int line, unsigned taint, in warn_slowpath_fmt() argument 696 __warn(file, line, __builtin_return_address(0), taint, in warn_slowpath_fmt() 704 __warn(file, line, __builtin_return_address(0), taint, NULL, &args); in warn_slowpath_fmt()
|
D | cred.c | 879 void __noreturn __invalid_creds(const struct cred *cred, const char *file, unsigned line) in __invalid_creds() argument 882 printk(KERN_ERR "CRED: At %s:%u\n", file, line); in __invalid_creds() 892 const char *file, unsigned line) in __validate_process_creds() argument 909 printk(KERN_ERR "CRED: At %s:%u\n", file, line); in __validate_process_creds()
|
D | Kconfig.preempt | 104 command line parameter and thus override the default preemption
|
/kernel/trace/ |
D | trace_branch.c | 82 entry->line = f->data.line; in probe_likely_condition() 151 field->line); in trace_branch_print() 286 seq_printf(m, "%-30.30s %-20.20s %d\n", p->func, f, p->line); in branch_stat_show()
|
D | trace_entries.h | 301 __field( unsigned int, line ) 309 __entry->line,
|
D | Kconfig | 304 on the kernel command line.
|
/kernel/debug/kdb/ |
D | kdb_cmds | 20 defcmd dumpall "" "First line debugging"
|
/kernel/printk/ |
D | printk.c | 659 char *buf, *line; in devkmsg_write() local 699 line = buf; in devkmsg_write() 700 if (line[0] == '<') { in devkmsg_write() 704 u = simple_strtoul(line + 1, &endp, 10); in devkmsg_write() 710 line = endp; in devkmsg_write() 714 devkmsg_emit(facility, level, "%s", line); in devkmsg_write() 3731 char *line, size_t size, size_t *len) in kmsg_dump_get_line() argument 3743 prb_rec_init_rd(&r, &info, line, size); in kmsg_dump_get_line() 3746 if (line) { in kmsg_dump_get_line()
|
D | index.c | 107 seq_printf(s, " %s:%d %s \"", entry->file, entry->line, entry->func); in pi_show()
|
/kernel/gcov/ |
D | Kconfig | 18 directories, add a line similar to the following to the respective
|
/kernel/dma/ |
D | Kconfig | 127 line. 142 on the kernel's command line.
|
/kernel/power/ |
D | Kconfig | 51 after placing resume=/dev/swappartition on the kernel command line 67 be reloaded, then use the 'noresume' kernel command line argument.
|
/kernel/sched/ |
D | core.c | 10079 void __might_sleep(const char *file, int line) in __might_sleep() argument 10093 __might_resched(file, line, 0); in __might_sleep() 10118 void __might_resched(const char *file, int line, unsigned int offsets) in __might_resched() argument 10142 file, line); in __might_resched() 10171 void __cant_sleep(const char *file, int line, int preempt_offset) in __cant_sleep() argument 10188 printk(KERN_ERR "BUG: assuming atomic context at %s:%d\n", file, line); in __cant_sleep() 10200 void __cant_migrate(const char *file, int line) in __cant_migrate() argument 10220 pr_err("BUG: assuming non migratable context at %s:%d\n", file, line); in __cant_migrate()
|
/kernel/module/ |
D | Kconfig | 313 one per line. The path can be absolute, or relative to the kernel
|
/kernel/locking/ |
D | lockdep.c | 6548 void lockdep_rcu_suspicious(const char *file, const int line, const char *s) in lockdep_rcu_suspicious() argument 6560 pr_warn("%s:%d %s!\n", file, line, s); in lockdep_rcu_suspicious()
|