Home
last modified time | relevance | path

Searched defs:EventPoll (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/net/event_poll/
H A Dmod.rs42 pub struct EventPoll { struct
51 self_ref: Option<Weak<SpinLock<EventPoll>>>, argument
54 impl EventPoll { implementation
69 impl Default for EventPoll { implementation
91 epoll: Weak<SpinLock<EventPoll>>, in new()
104 pub fn epoll(&self) -> Weak<SpinLock<EventPoll>> { in epoll()
234 impl EventPoll { implementation
602 epoll_guard: &mut SpinLockGuard<EventPoll>, in ep_insert()
640 epoll: &mut SpinLockGuard<EventPoll>, in ep_remove()
664 epoll_guard: &mut SpinLockGuard<EventPoll>, in ep_modify()