Home
last modified time | relevance | path

Searched defs:con (Results 1 – 6 of 6) sorted by relevance

/kernel/printk/
Dnbcon.c128 static inline void nbcon_state_set(struct console *con, struct nbcon_state *new) in nbcon_state_set()
138 static inline void nbcon_state_read(struct console *con, struct nbcon_state *state) in nbcon_state_read()
151 static inline bool nbcon_state_try_cmpxchg(struct console *con, struct nbcon_state *cur, in nbcon_state_try_cmpxchg()
163 u64 nbcon_seq_read(struct console *con) in nbcon_seq_read()
178 void nbcon_seq_force(struct console *con, u64 seq) in nbcon_seq_force()
205 struct console *con = ctxt->console; in nbcon_seq_try_update() local
242 struct console *con = ctxt->console; in nbcon_context_try_acquire_direct() local
347 struct console *con = ctxt->console; in nbcon_context_try_acquire_requested() local
430 struct console *con = ctxt->console; in nbcon_context_try_acquire_handover() local
546 struct console *con = ctxt->console; in nbcon_context_try_acquire_hostile() local
[all …]
Dinternal.h18 #define con_printk(lvl, con, fmt, ...) \ argument
118 static inline bool console_is_usable(struct console *con, short flags, bool use_atomic) in console_is_usable()
157 static inline void nbcon_kthread_wake(struct console *con) in nbcon_kthread_wake()
192 static inline u64 nbcon_seq_read(struct console *con) { return 0; } in nbcon_seq_read()
193 static inline void nbcon_seq_force(struct console *con, u64 seq) { } in nbcon_seq_force()
194 static inline bool nbcon_alloc(struct console *con) { return false; } in nbcon_alloc()
195 static inline void nbcon_free(struct console *con) { } in nbcon_free()
198 static inline bool nbcon_legacy_emit_next_record(struct console *con, bool *handover, in nbcon_legacy_emit_next_record()
200 static inline void nbcon_kthread_wake(struct console *con) { } in nbcon_kthread_wake()
203 static inline bool console_is_usable(struct console *con, short flags, in console_is_usable()
Dprintk.c2507 static bool __pr_flush(struct console *con, int timeout_ms, bool reset_on_progress) { return true; } in __pr_flush()
2771 struct console *con; in suspend_console() local
2795 struct console *con; in resume_console() local
3095 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record()
3168 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record()
3205 struct console *con; in console_flush_all() local
3598 struct console *con; in legacy_kthread_should_wakeup() local
3690 struct console *con; in printk_kthreads_shutdown() local
3723 struct console *con; in printk_kthreads_check_locked() local
3896 struct console *con; in get_init_console_seq() local
[all …]
/kernel/trace/
Dtrace_uprobe.c1529 static int uprobe_dispatcher(struct uprobe_consumer *con, struct pt_regs *regs) in uprobe_dispatcher()
1559 static int uretprobe_dispatcher(struct uprobe_consumer *con, in uretprobe_dispatcher()
Dbpf_trace.c3249 uprobe_multi_link_filter(struct uprobe_consumer *con, struct mm_struct *mm) in uprobe_multi_link_filter()
3258 uprobe_multi_link_handler(struct uprobe_consumer *con, struct pt_regs *regs) in uprobe_multi_link_handler()
3267 uprobe_multi_link_ret_handler(struct uprobe_consumer *con, unsigned long func, struct pt_regs *regs) in uprobe_multi_link_ret_handler()
/kernel/events/
Duprobes.c1262 struct uprobe_consumer *con; in uprobe_apply() local