Home
last modified time | relevance | path

Searched refs:EAGAIN_OR_EWOULDBLOCK (Results 1 – 8 of 8) sorted by relevance

/DragonOS-0.1.8/kernel/src/libs/
Dspinlock.rs237 return Err(SystemError::EAGAIN_OR_EWOULDBLOCK); in try_lock()
248 return Err(SystemError::EAGAIN_OR_EWOULDBLOCK); in try_lock_irqsave()
/DragonOS-0.1.8/kernel/src/mm/
Dkernel_mapper.rs107 return Err(SystemError::EAGAIN_OR_EWOULDBLOCK); in map_phys_with_size()
Dmmio_buddy.rs548 return Err(SystemError::EAGAIN_OR_EWOULDBLOCK); in release_mmio()
/DragonOS-0.1.8/kernel/src/net/
Dnet_core.rs162 return Err(SystemError::EAGAIN_OR_EWOULDBLOCK); in poll_ifaces_try_lock()
Dsocket.rs304 return (Err(SystemError::EAGAIN_OR_EWOULDBLOCK), Endpoint::Ip(None)); in read()
/DragonOS-0.1.8/kernel/src/time/
Dtimer.rs286 return Err(SystemError::EAGAIN_OR_EWOULDBLOCK); in timer_get_first_expire()
/DragonOS-0.1.8/kernel/src/driver/net/
Dvirtio_net.rs290 return Err(SystemError::EAGAIN_OR_EWOULDBLOCK); in poll()
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs56 EAGAIN_OR_EWOULDBLOCK = 11, enumerator