Searched defs:fMaybeOutOfSpace (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp177 bool volatile fMaybeOutOfSpace; member in struct:VNetState_st
493 if ( pThis->fMaybeOutOfSpace
666 ASMAtomicXchgBool(&pThis->fMaybeOutOfSpace, true);
684 ASMAtomicXchgBool(&pThis->fMaybeOutOfSpace, false);
H A DDevPCNet.cpp380 bool volatile fMaybeOutOfSpace; member in struct:PCNETSTATE
1615 if (pThis->fMaybeOutOfSpace)
2662 || pThis->fMaybeOutOfSpace) /* ... for waking up pcnetWaitReceiveAvail() */
2722 || pThis->fMaybeOutOfSpace)))
4447 ASMAtomicXchgBool(&pThis->fMaybeOutOfSpace, true);
4460 /* Start the poll timer once which will remain active as long fMaybeOutOfSpace
4469 ASMAtomicXchgBool(&pThis->fMaybeOutOfSpace, false);
H A DDevE1000.cpp1116 bool volatile fMaybeOutOfSpace; member in struct:E1kState_st
1594 if ( pThis->fMaybeOutOfSpace
6191 ASMAtomicXchgBool(&pThis->fMaybeOutOfSpace, true);
6208 ASMAtomicXchgBool(&pThis->fMaybeOutOfSpace, false);

Completed in 87 milliseconds