Searched refs:tfile_check_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 291 static LIST_HEAD(tfile_check_list); 1431 * reverse_path_check - The tfile_check_list is list of file *, which have 1446 list_for_each_entry(current_file, &tfile_check_list, f_tfile_llink) { in reverse_path_check() 2031 * this by adding it to the tfile_check_list, if it's in ep_loop_check_proc() 2038 &tfile_check_list); in ep_loop_check_proc() 2068 /* first clear the tfile_check_list */ in clear_tfile_check_list() 2069 while (!list_empty(&tfile_check_list)) { in clear_tfile_check_list() 2070 file = list_first_entry(&tfile_check_list, struct file, in clear_tfile_check_list() 2075 INIT_LIST_HEAD(&tfile_check_list); in clear_tfile_check_list() 2211 * and hang them on the tfile_check_list, s in do_epoll_ctl() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 272 static struct epitems_head *tfile_check_list = EP_UNACTIVE_PTR; variable 288 head->next = tfile_check_list; in list_file() 289 tfile_check_list = head; in list_file() 1378 * reverse_path_check - The tfile_check_list is list of epitem_head, which have 1391 for (p = tfile_check_list; p != EP_UNACTIVE_PTR; p = p->next) { in reverse_path_check() 1987 * this by adding it to the tfile_check_list, if it's in ep_loop_check_proc() 2019 while (tfile_check_list != EP_UNACTIVE_PTR) { in clear_tfile_check_list() 2020 struct epitems_head *head = tfile_check_list; in clear_tfile_check_list() 2021 tfile_check_list = head->next; in clear_tfile_check_list() 2173 * and hang them on the tfile_check_list, s in do_epoll_ctl() [all...] |
Completed in 6 milliseconds