Home
last modified time | relevance | path

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

/linux/kernel/printk/
H A Dinternal.h104 bool nbcon_alloc(struct console *con);
156 static inline bool nbcon_alloc(struct console *con) { return false; } in nbcon_alloc() function
H A Dprintk.c4092 if (!nbcon_alloc(newcon)) in register_console()