Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c442 struct epitems_head *tfile_check_list;
466 struct epitems_head { struct
468 struct epitems_head *next; argument
474 static inline void free_ephead(struct epitems_head *head) in free_ephead() argument
482 struct epitems_head *head; in list_file()
484 head = container_of(file->f_ep, struct epitems_head, epitems); in list_file()
501 static void unlist_file(struct epitems_head *head) in unlist_file()
503 struct epitems_head *to_free = head; in unlist_file()
1099 struct epitems_head *to_free = NULL; in ep_remove_file()
1116 struct epitems_head *v; in ep_remove_file()
[all …]