Searched refs:NR_UNIX98_PTY_MAX (Results 1 – 3 of 3) sorted by relevance
250 if (result.uint_32 > NR_UNIX98_PTY_MAX) in devpts_parse_param()363 if (opts->max < NR_UNIX98_PTY_MAX) in devpts_show_options()446 fsi->mount_opts.max = NR_UNIX98_PTY_MAX; in devpts_init_fs_context()
875 ptm_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()883 pts_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()
25 #define NR_UNIX98_PTY_MAX (1 << MINORBITS) /* Absolute limit */ macro