Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Deventpoll.c274 struct epitems_head { struct
276 struct epitems_head *next; argument
278 static struct epitems_head *tfile_check_list = EP_UNACTIVE_PTR;
282 static inline void free_ephead(struct epitems_head *head) in free_ephead()
290 struct epitems_head *head; in list_file()
292 head = container_of(file->f_ep, struct epitems_head, epitems); in list_file()
299 static void unlist_file(struct epitems_head *head) in unlist_file()
301 struct epitems_head *to_free = head; in unlist_file()
806 struct epitems_head *to_free; in __ep_remove()
828 struct epitems_head *v; in __ep_remove()
[all …]