Searched refs:__big_tty_mutex_owner (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_mutex.c21 struct task_struct *__big_tty_mutex_owner; variable in typeref:struct:task_struct
22 EXPORT_SYMBOL_GPL(__big_tty_mutex_owner); variable
31 WARN_ON(__big_tty_mutex_owner == task);
34 __big_tty_mutex_owner = task;
42 WARN_ON(__big_tty_mutex_owner != task);
43 __big_tty_mutex_owner = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty.h593 extern struct task_struct *__big_tty_mutex_owner;
594 #define tty_locked() (current == __big_tty_mutex_owner)

Completed in 47 milliseconds