Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
eventpoll Struct Reference

Data Fields

spinlock_t lock
 
struct mutex mtx
 
wait_queue_head_t wq
 
wait_queue_head_t poll_wait
 
struct list_head rdllist
 
struct rb_root rbr
 
struct epitemovflist
 
struct wakeup_sourcews
 
struct user_structuser
 
struct filefile
 
int visited
 
struct list_head visited_list_link
 

Detailed Description

Definition at line 170 of file eventpoll.c.

Field Documentation

Definition at line 207 of file eventpoll.c.

spinlock_t lock

Definition at line 172 of file eventpoll.c.

Definition at line 180 of file eventpoll.c.

struct epitem* ovflist

Definition at line 199 of file eventpoll.c.

wait_queue_head_t poll_wait

Definition at line 186 of file eventpoll.c.

Definition at line 192 of file eventpoll.c.

struct list_head rdllist

Definition at line 189 of file eventpoll.c.

Definition at line 205 of file eventpoll.c.

int visited

Definition at line 210 of file eventpoll.c.

struct list_head visited_list_link

Definition at line 211 of file eventpoll.c.

Definition at line 183 of file eventpoll.c.

Definition at line 202 of file eventpoll.c.


The documentation for this struct was generated from the following file: