Linux Kernel
3.7.1
|
Data Fields | |
struct notifier_block | notifier |
unsigned int | cons_num |
bool | seen_last_update |
wait_queue_head_t | waitq |
struct fasync_struct * | fasync |
Definition at line 53 of file vc_screen.c.
unsigned int cons_num |
Definition at line 55 of file vc_screen.c.
struct fasync_struct* fasync |
Definition at line 58 of file vc_screen.c.
struct notifier_block notifier |
Definition at line 54 of file vc_screen.c.
bool seen_last_update |
Definition at line 56 of file vc_screen.c.
wait_queue_head_t waitq |
Definition at line 57 of file vc_screen.c.