Home
last modified time | relevance | path

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

/DragonOS/kernel/src/net/event_poll/
H A Dsyscall.rs39 if max_events <= 0 || max_events as u32 > EventPoll::EP_MAX_EVENTS { in epoll_wait()
H A Dmod.rs55 pub const EP_MAX_EVENTS: u32 = u32::MAX / (core::mem::size_of::<EPollEvent>() as u32); constant