Lines Matching refs:epitems_head
268 struct epitems_head { struct
270 struct epitems_head *next; argument
272 static struct epitems_head *tfile_check_list = EP_UNACTIVE_PTR;
276 static inline void free_ephead(struct epitems_head *head) in free_ephead()
284 struct epitems_head *head; in list_file()
286 head = container_of(file->f_ep, struct epitems_head, epitems); in list_file()
293 static void unlist_file(struct epitems_head *head) in unlist_file()
295 struct epitems_head *to_free = head; in unlist_file()
724 struct epitems_head *to_free; in __ep_remove()
746 struct epitems_head *v; in __ep_remove()
747 v = container_of(head, struct epitems_head, epitems); in __ep_remove()
1389 struct epitems_head *p; in reverse_path_check()
1443 struct epitems_head *to_free = NULL; in attach_epitem()
2020 struct epitems_head *head = tfile_check_list; in clear_tfile_check_list()
2475 sizeof(struct epitems_head), 0, SLAB_PANIC|SLAB_ACCOUNT, NULL); in eventpoll_init()