Home
last modified time | relevance | path

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

/linux-4.1.27/fs/devpts/
Dinode.c129 struct ida allocated_ptys; member
367 ida_init(&fsi->allocated_ptys); in new_pts_fs_info()
506 ida_destroy(&fsi->allocated_ptys); in devpts_kill_sb()
533 if (!ida_pre_get(&fsi->allocated_ptys, GFP_KERNEL)) in devpts_new_index()
543 ida_ret = ida_get_new(&fsi->allocated_ptys, &index); in devpts_new_index()
552 ida_remove(&fsi->allocated_ptys, index); in devpts_new_index()
567 ida_remove(&fsi->allocated_ptys, idx); in devpts_kill_index()