Home
last modified time | relevance | path

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

/openbmc/linux/fs/devpts/
H A Dinode.c102 struct ida allocated_ptys; member
418 ida_init(&fsi->allocated_ptys); in new_pts_fs_info()
495 ida_destroy(&fsi->allocated_ptys); in devpts_kill_sb()
520 index = ida_alloc_max(&fsi->allocated_ptys, fsi->mount_opts.max - 1, in devpts_new_index()
531 ida_free(&fsi->allocated_ptys, idx); in devpts_kill_index()