Searched refs:tty_mutex (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dproc_tty.c106 mutex_lock(&tty_mutex);
117 mutex_unlock(&tty_mutex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c136 DEFINE_MUTEX(tty_mutex); variable
137 EXPORT_SYMBOL(tty_mutex); variable
302 * Locking: caller must hold tty_mutex
346 mutex_lock(&tty_mutex);
364 mutex_unlock(&tty_mutex);
760 * tty_mutex is taken to protect tty
1185 * Locking: tty_mutex must be held. If tty is found, the mutex must
1206 * the tty_mutex currently so we can be relaxed about ordering.
1243 * Locking: tty_mutex for now
1273 * Locking: tty_mutex fo
[all...]
H A DMakefile12 obj-y += tty_mutex.o
H A Dpty.c511 * Look up a pty master device. Called under the tty_mutex for now.
529 * Look up a pty master device. Called under the tty_mutex for now.
646 * Locking: tty_mutex protects the init_dev work. tty->count should
666 mutex_lock(&tty_mutex);
669 mutex_unlock(&tty_mutex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty.h479 extern struct mutex tty_mutex;
589 /* tty_mutex.c */

Completed in 125 milliseconds