Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dpty.c487 static int legacy_count = CONFIG_LEGACY_PTY_COUNT; variable
492 module_param(legacy_count, int, 0);
533 if (legacy_count <= 0) in legacy_pty_init()
536 pty_driver = tty_alloc_driver(legacy_count, in legacy_pty_init()
543 pty_slave_driver = tty_alloc_driver(legacy_count, in legacy_pty_init()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5097 pty.legacy_count=