Searched refs:is_epoll_file (Results 1 – 1 of 1) sorted by relevance
297 if Arc::ptr_eq(&ep_file, &dst_file) || !Self::is_epoll_file(&ep_file) { in do_epoll_ctl()308 if op == EPollCtlOption::EpollCtlAdd && Self::is_epoll_file(&dst_file) in do_epoll_ctl()336 if Self::is_epoll_file(&dst_file) { in do_epoll_ctl()403 if !Self::is_epoll_file(&ep_file) { in do_epoll_wait()583 fn is_epoll_file(file: &Arc<SpinLock<File>>) -> bool { in is_epoll_file() method595 if Self::is_epoll_file(&dst_file) { in ep_insert()