Lines Matching defs:time
15 * tty_queue structures were allocated at boot time. Both are now
821 struct timespec64 *time = mtime ? &inode->i_mtime : &inode->i_atime;
826 * the time of the tty device, otherwise it could be construded as a
829 if ((sec ^ time->tv_sec) & ~7)
830 time->tv_sec = sec;
1294 * set by the time this is called. This method is responsible for ensuring any
1312 * by the time this is called.
1397 * First time open is complex, especially for PTY devices.
1709 * Called the last time each file handle is closed that references this tty.
1716 * careful that the structures are all released at the same time, as interrupts
1767 * Thus this test wouldn't be triggered at the time the slave closed,
1990 * it's not already opened and performs the first-time tty initialization.
1993 * * concurrent first-time tty initialization
2026 * first-time tty initialization.
2030 * * concurrent first-time tty initialization
2460 * send_break - performed time break
2811 unsigned short closing_wait; /* time to wait before closing */