Linux Kernel
3.7.1
|
Data Fields | |
struct proc_dir_entry * | log |
char | log_name [15] |
struct log_data * | log_head |
struct log_data * | log_tail |
int | if_used |
int volatile | del_lock |
unsigned char | logtmp [LOG_MAX_LINELEN] |
wait_queue_head_t | rd_queue |
Definition at line 42 of file hysdn_proclog.c.
int volatile del_lock |
Definition at line 47 of file hysdn_proclog.c.
int if_used |
Definition at line 46 of file hysdn_proclog.c.
Definition at line 43 of file hysdn_proclog.c.
Definition at line 45 of file hysdn_proclog.c.
char log_name[15] |
Definition at line 44 of file hysdn_proclog.c.
Definition at line 45 of file hysdn_proclog.c.
unsigned char logtmp[LOG_MAX_LINELEN] |
Definition at line 48 of file hysdn_proclog.c.
wait_queue_head_t rd_queue |
Definition at line 49 of file hysdn_proclog.c.