Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c442 struct epitems_head *tfile_check_list; member
496 head->next = ctx->tfile_check_list; in list_file()
497 ctx->tfile_check_list = head; in list_file()
1727 for (p = ctx->tfile_check_list; p != EP_UNACTIVE_PTR; p = p->next) { in reverse_path_check()
2483 while (ctx->tfile_check_list != EP_UNACTIVE_PTR) { in clear_tfile_check_list()
2484 struct epitems_head *head = ctx->tfile_check_list; in clear_tfile_check_list()
2485 ctx->tfile_check_list = head->next; in clear_tfile_check_list()
2647 .tfile_check_list = EP_UNACTIVE_PTR, in do_epoll_ctl_file()