Home
last modified time | relevance | path

Searched refs:nbcon_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/printk/
H A Dinternal.h105 bool nbcon_alloc(struct console *con);
197 static inline bool nbcon_alloc(struct console *con) { return false; } in nbcon_alloc() function
H A Dnbcon.c1670 bool nbcon_alloc(struct console *con) in nbcon_alloc() function
H A Dprintk.c4013 if (!nbcon_alloc(newcon)) in register_console()