Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dpty.c501 static int legacy_count = CONFIG_LEGACY_PTY_COUNT; variable
506 module_param(legacy_count, int, 0);
549 if (legacy_count <= 0) in legacy_pty_init()
552 pty_driver = tty_alloc_driver(legacy_count, in legacy_pty_init()
559 pty_slave_driver = tty_alloc_driver(legacy_count, in legacy_pty_init()
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt3512 pty.legacy_count=