Home
last modified time | relevance | path

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

/DragonOS/kernel/src/net/event_poll/
H A Dsyscall.rs66 pub fn epoll_ctl(epfd: i32, op: usize, fd: i32, event: VirtAddr) -> Result<usize, SystemError> { in epoll_ctl() method
/DragonOS/kernel/src/syscall/
H A Dmod.rs782 SYS_EPOLL_CTL => Self::epoll_ctl( in handle()