Searched refs:kref_tty (Results 1 – 1 of 1) sorted by relevance
45 struct tty_struct *kref_tty; member68 tr_data->kref_tty = tty_kref_get(tty); in n_tracerouter_open()69 if (tr_data->kref_tty == NULL) { in n_tracerouter_open()94 WARN_ON(tptr->kref_tty != tr_data->kref_tty); in n_tracerouter_close()96 tty_kref_put(tr_data->kref_tty); in n_tracerouter_close()97 tr_data->kref_tty = NULL; in n_tracerouter_close()