Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/printk/
Dprintk.c268 #define MAX_CMDLINECONSOLES 8 macro
270 static struct console_cmdline console_cmdline[MAX_CMDLINECONSOLES];
2066 i < MAX_CMDLINECONSOLES && c->name[0]; in __add_preferred_console()
2074 if (i == MAX_CMDLINECONSOLES) in __add_preferred_console()
2633 i < MAX_CMDLINECONSOLES && c->name[0]; in register_console()