Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Deventpoll.c269 struct hlist_head epitems; member
286 head = container_of(file->f_ep, struct epitems_head, epitems); in list_file()
296 struct hlist_node *p = rcu_dereference(hlist_first_rcu(&head->epitems)); in unlist_file()
300 if (!hlist_empty(&head->epitems)) in unlist_file()
748 v = container_of(head, struct epitems_head, epitems); in __ep_remove()
1435 error = reverse_path_check_proc(&p->epitems, 0); in reverse_path_check()
1497 head = &to_free->epitems; in attach_epitem()