fs\devpts\inode.c
void
devpts_kill_index(
struct
pts_fs_info *fsi,
int
idx)
{
ida_free(&fsi->allocated_ptys, idx);
atomic_dec(&pty_count);
}