Lines Matching refs:epitems_head
278 struct epitems_head { struct
280 struct epitems_head *next; argument
282 static struct epitems_head *tfile_check_list = EP_UNACTIVE_PTR;
286 static inline void free_ephead(struct epitems_head *head) in free_ephead()
294 struct epitems_head *head; in list_file()
296 head = container_of(file->f_ep, struct epitems_head, epitems); in list_file()
303 static void unlist_file(struct epitems_head *head) in unlist_file()
305 struct epitems_head *to_free = head; in unlist_file()
840 struct epitems_head *to_free; in __ep_remove()
863 struct epitems_head *v; in __ep_remove()
864 v = container_of(head, struct epitems_head, epitems); in __ep_remove()
1479 struct epitems_head *p; in reverse_path_check()
1533 struct epitems_head *to_free = NULL; in attach_epitem()
2161 struct epitems_head *head = tfile_check_list; in clear_tfile_check_list()
2619 sizeof(struct epitems_head), 0, SLAB_PANIC|SLAB_ACCOUNT, NULL); in eventpoll_init()