Searched defs:con (Results 1 – 3 of 3) sorted by relevance
/kernel/printk/ |
D | printk.c | 1931 static void call_console_driver(struct console *con, const char *text, size_t len, in call_console_driver() 2334 static void call_console_driver(struct console *con, const char *text, size_t len, in call_console_driver() 2340 static bool __pr_flush(struct console *con, int timeout_ms, bool reset_on_progress) { return true; } in __pr_flush() 2649 static inline bool console_is_usable(struct console *con) in console_is_usable() 2696 static bool console_emit_next_record(struct console *con, char *text, char *ext_text, in console_emit_next_record() 2792 struct console *con; in console_flush_all() local 3100 #define con_printk(lvl, con, fmt, ...) \ argument 3126 struct console *con; in register_console() local 3242 struct console *con; in unregister_console() local 3341 struct console *con; in printk_late_init() local [all …]
|
/kernel/trace/ |
D | trace_uprobe.c | 1477 static int uprobe_dispatcher(struct uprobe_consumer *con, struct pt_regs *regs) in uprobe_dispatcher() 1514 static int uretprobe_dispatcher(struct uprobe_consumer *con, in uretprobe_dispatcher()
|
/kernel/events/ |
D | uprobes.c | 771 struct uprobe_consumer **con; in consumer_del() local 1217 struct uprobe_consumer *con; in uprobe_apply() local
|