Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Deventpoll.c343 static inline int is_file_epoll(struct file *f) in is_file_epoll() function
638 if ((is_file_epoll(epi->ffd.file))) { in ep_poll_safewake()
857 if (!is_file_epoll(file)) { in __ep_remove()
946 if (!is_file_epoll(file)) in ep_eventpoll_ioctl()
1059 if (!is_file_epoll(file)) in ep_item_poll()
1226 if (!is_file_epoll(file)) in get_epoll_tfile_raw_ptr()
1621 if (is_file_epoll(file)) in attach_epitem()
1661 if (is_file_epoll(tfile)) in ep_insert()
2380 is_file_epoll(fd_file(tf))) { in do_epoll_ctl()
2387 if (is_file_epoll(fd_file(tf))) { in do_epoll_ctl()
[all …]