Home
last modified time | relevance | path

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

/fs/
Deventpoll.c159 struct eventpoll *ep;
176 struct eventpoll { struct
373 static inline int ep_events_available(struct eventpoll *ep) in ep_events_available()
529 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait()
587 static int ep_scan_ready_list(struct eventpoll *ep, in ep_scan_ready_list()
588 int (*sproc)(struct eventpoll *, in ep_scan_ready_list() argument
679 static int ep_remove(struct eventpoll *ep, struct epitem *epi) in ep_remove()
717 static void ep_free(struct eventpoll *ep) in ep_free()
769 struct eventpoll *ep = file->private_data; in ep_eventpoll_release()
784 static int ep_read_events_proc(struct eventpoll *ep, struct list_head *head, in ep_read_events_proc()
[all …]
DMakefile26 obj-$(CONFIG_EPOLL) += eventpoll.o