Searched refs:epitems (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/
H A Deventpoll.c275 struct hlist_head epitems; member in struct:epitems_head
292 head = container_of(file->f_ep, struct epitems_head, epitems);
302 struct hlist_node *p = rcu_dereference(hlist_first_rcu(&head->epitems));
306 if (!hlist_empty(&head->epitems))
829 v = container_of(head, struct epitems_head, epitems);
1091 * touching the epitems list before eventpoll_release_file() can access
1536 error = reverse_path_check_proc(&p->epitems, 0);
1598 head = &to_free->epitems;
2606 * We can have many thousands of epitems, so prevent this from

Completed in 233 milliseconds