Lines Matching defs:time
15 * tty_queue structures were allocated at boot time. Both are now
821 static void tty_update_time(struct timespec64 *time)
828 * the time of the tty device, otherwise it could be construded as a
831 if ((sec ^ time->tv_sec) & ~7)
832 time->tv_sec = sec;
1302 * will be set by the time this is called. This method is responsible
1321 * will be set by the time this is called.
1408 * First time open is complex, especially for PTY devices.
1720 * Called the last time each file handle is closed that references
1728 * same time, as interrupts might otherwise get the wrong pointers.
1779 * Thus this test wouldn't be triggered at the time the slave closed,
1964 * makes sure it's not already opened and performs the first-time
1970 * - concurrent first-time tty initialization
2015 * performs the first-time tty initialization.
2020 * - concurrent first-time tty initialization
2453 * send_break - performed time break
2780 unsigned short closing_wait; /* time to wait before closing */