Home
last modified time | relevance | path

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

/DragonOS/kernel/src/net/event_poll/
H A Dmod.rs310 if Arc::ptr_eq(&ep_file, &dst_file) || !Self::is_epoll_file(&ep_file) { in do_epoll_ctl()
321 if op == EPollCtlOption::Add && Self::is_epoll_file(&dst_file) in do_epoll_ctl()
349 if Self::is_epoll_file(&dst_file) { in do_epoll_ctl()
416 if !Self::is_epoll_file(&ep_file) { in do_epoll_wait()
594 fn is_epoll_file(file: &Arc<File>) -> bool { in is_epoll_file() method
606 if Self::is_epoll_file(&dst_file) { in ep_insert()