Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs25 event_poll::{EPollItem, EPollPrivateData, EventPoll},
44 EPoll(EPollPrivateData),
/DragonOS/kernel/src/net/event_poll/
H A Dmod.rs140 pub struct EPollPrivateData { struct
260 ep_file.private_data = SpinLock::new(FilePrivateData::EPoll(EPollPrivateData { epoll })); in do_create_epoll()