Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dpty.c495 static int legacy_count = CONFIG_LEGACY_PTY_COUNT; variable
496 module_param(legacy_count, int, 0);
538 if (legacy_count <= 0) in legacy_pty_init()
541 pty_driver = tty_alloc_driver(legacy_count, in legacy_pty_init()
548 pty_slave_driver = tty_alloc_driver(legacy_count, in legacy_pty_init()
/linux-4.1.27/Documentation/
Dkernel-parameters.txt2965 pty.legacy_count=