Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
747 v = container_of(head, struct epitems_head, epitems); in __ep_remove()
950 * touching the epitems list before eventpoll_release_file() can access in eventpoll_release_file()
1395 error = reverse_path_check_proc(&p->epitems, 0); in reverse_path_check()
1457 head = &to_free->epitems; in attach_epitem()
2460 * We can have many thousands of epitems, so prevent this from in eventpoll_init()

Completed in 4 milliseconds