Home
last modified time | relevance | path

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

/linux-6.15/kernel/printk/
H A Dprintk.c390 #define MAX_CMDLINECONSOLES 8 macro
392 static struct console_cmdline console_cmdline[MAX_CMDLINECONSOLES];
2556 i < MAX_CMDLINECONSOLES && (c->name[0] || c->devname[0]); in __add_preferred_console()
2566 if (i == MAX_CMDLINECONSOLES) in __add_preferred_console()
2710 for (i = 0; i < MAX_CMDLINECONSOLES && (c->name[0] || c->devname[0]); in match_devname_and_update_preferred_console()
3821 i < MAX_CMDLINECONSOLES && (c->name[0] || c->devname[0]); in try_enable_preferred_console()