Searched refs:release_tty (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_io.c | 158 static void release_tty(struct tty_struct *tty, int idx); 1446 * If we fail here just call release_tty to clean up. No need in tty_init_dev() 1447 * to decrement the use counts, as release_tty doesn't care. in tty_init_dev() 1463 /* call the tty release_tty routine to clean out this slot */ in tty_init_dev() 1470 release_tty(tty, idx); in tty_init_dev() 1581 * release_tty - release tty structure memory 1592 static void release_tty(struct tty_struct *tty, int idx) in release_tty() function 1676 * The release_tty function takes care of the details of clearing in tty_kclose() 1681 release_tty(tty, tty->index); in tty_kclose() 1706 * The release_tty functio in tty_release_struct() [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_io.c | 159 static void release_tty(struct tty_struct *tty, int idx); 1435 * If we fail here just call release_tty to clean up. No need in tty_init_dev() 1436 * to decrement the use counts, as release_tty doesn't care. in tty_init_dev() 1452 /* call the tty release_tty routine to clean out this slot */ in tty_init_dev() 1459 release_tty(tty, idx); in tty_init_dev() 1569 * release_tty - release tty structure memory 1581 static void release_tty(struct tty_struct *tty, int idx) in release_tty() function 1665 * The release_tty function takes care of the details of clearing in tty_kclose() 1670 release_tty(tty, tty->index); in tty_kclose() 1695 * The release_tty functio in tty_release_struct() [all...] |
Completed in 6 milliseconds