Searched refs:kref_tty (Results 1 – 1 of 1) sorted by relevance
55 struct tty_struct *kref_tty; member78 tr_data->kref_tty = tty_kref_get(tty); in n_tracerouter_open()79 if (tr_data->kref_tty == NULL) { in n_tracerouter_open()104 WARN_ON(tptr->kref_tty != tr_data->kref_tty); in n_tracerouter_close()106 tty_kref_put(tr_data->kref_tty); in n_tracerouter_close()107 tr_data->kref_tty = NULL; in n_tracerouter_close()