Home
last modified time | relevance | path

Searched defs:eventpoll (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/fs/
Deventpoll.c167 struct eventpoll { struct
169 spinlock_t lock;
198 /* The user that created the eventpoll descriptor */ argument
199 struct user_struct *user;
201 struct file *file;
204 int visited;
205 struct list_head visited_list_link;
519 int (*sproc)(struct eventpoll *, in ep_scan_ready_list()