Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/net/event_poll/
Dmod.rs41 pub struct EventPoll { struct
50 self_ref: Option<Weak<SpinLock<EventPoll>>>, argument
53 impl EventPoll { implementation
84 epoll: Weak<SpinLock<EventPoll>>, in new()
97 pub fn epoll(&self) -> Weak<SpinLock<EventPoll>> { in epoll()
221 impl EventPoll { implementation
591 epoll_guard: &mut SpinLockGuard<EventPoll>, in ep_insert()
631 epoll: &mut SpinLockGuard<EventPoll>, in ep_remove()
658 epoll_guard: &mut SpinLockGuard<EventPoll>, in ep_modify()