Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c279 struct hlist_head epitems;
296 head = container_of(file->f_ep, struct epitems_head, epitems); in list_file()
306 struct hlist_node *p = rcu_dereference(hlist_first_rcu(&head->epitems)); in unlist_file()
310 if (!hlist_empty(&head->epitems)) in unlist_file()
864 v = container_of(head, struct epitems_head, epitems); in __ep_remove()
1124 * touching the epitems list before eventpoll_release_file() can access in eventpoll_release_file()
1485 error = reverse_path_check_proc(&p->epitems, 0); in reverse_path_check()
1547 head = &to_free->epitems; in attach_epitem()
2604 * We can have many thousands of epitems, so prevent this from in eventpoll_init()
276 struct hlist_head epitems; global() member