Searched refs:this_tty (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_tracesink.c | 47 static struct tty_struct *this_tty; variable 69 if (this_tty == NULL) { in n_tracesink_open() 70 this_tty = tty_kref_get(tty); in n_tracesink_open() 71 if (this_tty == NULL) { in n_tracesink_open() 74 tty->disc_data = this_tty; in n_tracesink_open() 94 tty_kref_put(this_tty); in n_tracesink_close() 95 this_tty = NULL; in n_tracesink_close() 167 if ((buf != NULL) && (count > 0) && (this_tty != NULL)) in n_tracesink_datadrain() 168 this_tty->ops->write(this_tty, bu in n_tracesink_datadrain() [all...] |
H A D | tty_io.c | 2958 static int this_tty(const void *t, struct file *file, unsigned fd) in this_tty() function 3022 i = iterate_fd(p->files, 0, this_tty, tty); in __do_SAK()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_io.c | 2977 static int this_tty(const void *t, struct file *file, unsigned fd) in this_tty() function 3036 i = iterate_fd(p->files, 0, this_tty, tty); in __do_SAK()
|
Completed in 9 milliseconds