Searched defs:line (Results 1 – 5 of 5) sorted by relevance
/kernel/ |
D | panic.c | 516 void __warn(const char *file, int line, void *caller, unsigned taint, in __warn() 559 void warn_slowpath_fmt(const char *file, int line, const char *fmt, ...) in warn_slowpath_fmt() 571 void warn_slowpath_fmt_taint(const char *file, int line, in warn_slowpath_fmt_taint() 583 void warn_slowpath_null(const char *file, int line) in warn_slowpath_null()
|
D | cred.c | 763 void __invalid_creds(const struct cred *cred, const char *file, unsigned line) in __invalid_creds() 776 const char *file, unsigned line) in __validate_process_creds()
|
/kernel/printk/ |
D | printk.c | 688 bool line = true; in msg_print_ext_body() local 729 char *buf, *line; in devkmsg_write() local 3070 char *line, size_t size, size_t *len) in kmsg_dump_get_line_nolock() 3119 char *line, size_t size, size_t *len) in kmsg_dump_get_line()
|
/kernel/sched/ |
D | core.c | 7935 void __might_sleep(const char *file, int line, int preempt_offset) in __might_sleep() 7953 void ___might_sleep(const char *file, int line, int preempt_offset) in ___might_sleep()
|
/kernel/locking/ |
D | lockdep.c | 4408 void lockdep_rcu_suspicious(const char *file, const int line, const char *s) in lockdep_rcu_suspicious()
|