Searched refs:tfile_check_list (Results 1 – 1 of 1) sorted by relevance
282 static struct epitems_head *tfile_check_list = EP_UNACTIVE_PTR;298 head->next = tfile_check_list; in list_file() 299 tfile_check_list = head;1468 * reverse_path_check - The tfile_check_list is list of epitem_head, which have1481 for (p = tfile_check_list; p != EP_UNACTIVE_PTR; p = p->next) { in reverse_path_check() 2098 * this by adding it to the tfile_check_list, if it's in ep_loop_check_proc() 2160 while (tfile_check_list != EP_UNACTIVE_PTR) { in clear_tfile_check_list() 2161 struct epitems_head *head = tfile_check_list; in clear_tfile_check_list() 2162 tfile_check_list = head->next; in clear_tfile_check_list() 2299 * and hang them on the tfile_check_list, s in do_epoll_ctl() 279 static struct epitems_head *tfile_check_list = EP_UNACTIVE_PTR; global() variable [all...]