Home
last modified time | relevance | path

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

/Linux-v4.19/fs/devpts/
Dinode.c261 opts->max = NR_UNIX98_PTY_MAX; in parse_mount_options()
312 option < 0 || option > NR_UNIX98_PTY_MAX) in parse_mount_options()
419 if (opts->max < NR_UNIX98_PTY_MAX) in devpts_show_options()
/Linux-v4.19/drivers/tty/
Dpty.c886 ptm_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()
894 pts_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()
/Linux-v4.19/include/linux/
Dtty.h49 #define NR_UNIX98_PTY_MAX (1 << MINORBITS) /* Absolute limit */ macro