Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/sysfs/
H A Dfile.rs313 fn poll(&self, _data: KernCallbackData) -> Result<PollStatus, SystemError> { in poll() method
345 fn poll(&self, _data: KernCallbackData) -> Result<PollStatus, SystemError> { in poll() method
377 fn poll(&self, _data: KernCallbackData) -> Result<PollStatus, SystemError> { in poll() method
409 fn poll(&self, _data: KernCallbackData) -> Result<PollStatus, SystemError> { in poll() method
/DragonOS/kernel/src/ipc/
H A Dpipe.rs66 pub fn poll(&self, private_data: &FilePrivateData) -> Result<usize, SystemError> { in poll() method
444 fn poll(&self, private_data: &FilePrivateData) -> Result<usize, SystemError> { in poll() method
/DragonOS/kernel/src/driver/net/
H A Dmod.rs64 fn poll(&self, sockets: &mut iface::SocketSet) -> Result<(), SystemError>; in poll() method
H A Dloopback.rs497 fn poll(&self, sockets: &mut smoltcp::iface::SocketSet) -> Result<(), SystemError> { in poll() method
H A Dvirtio_net.rs661 fn poll(&self, sockets: &mut iface::SocketSet) -> Result<(), SystemError> { in poll() method
/DragonOS/kernel/src/filesystem/kernfs/
H A Dcallback.rs31 fn poll(&self, data: KernCallbackData) -> Result<PollStatus, SystemError>; in poll() method
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dmod.rs51 fn poll(&self, tty: Arc<TtyCore>) -> Result<usize, SystemError>; in poll() method
H A Dntty.rs2058 fn poll(&self, tty: Arc<TtyCore>) -> Result<usize, system_error::SystemError> { in poll() method
/DragonOS/kernel/src/net/socket/
H A Dmod.rs191 fn poll(&self) -> EPollEventType { in poll() method
372 fn poll(&self, _private_data: &FilePrivateData) -> Result<usize, SystemError> { in poll() method
783 pub fn poll(socket: &socket::Socket, handle_item: &SocketHandleItem) -> EPollEventType { in poll() method
H A Dinet.rs407 fn poll(&self) -> EPollEventType { in poll() method
720 fn poll(&self) -> EPollEventType { in poll() method
/DragonOS/kernel/src/filesystem/
H A Deventfd.rs194 fn poll(&self, _private_data: &FilePrivateData) -> Result<usize, SystemError> { in poll() method
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e_driver.rs338 fn poll(&self, sockets: &mut smoltcp::iface::SocketSet) -> Result<(), SystemError> { in poll() method
/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs422 fn poll(&self, private_data: &FilePrivateData) -> Result<usize, SystemError> { in poll() method
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs615 pub fn poll(&self) -> Result<usize, SystemError> { in poll() method
H A Dmount.rs487 fn poll(&self, private_data: &FilePrivateData) -> Result<usize, SystemError> { in poll() method
H A Dmod.rs187 fn poll(&self, _private_data: &FilePrivateData) -> Result<usize, SystemError> { in poll() method
/DragonOS/kernel/src/net/event_poll/
H A Dmod.rs177 fn poll(&self, _private_data: &FilePrivateData) -> Result<usize, SystemError> { in poll() method