Searched refs:fRediscoveryPending (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxNetFlt/
H A DVBoxNetFlt.c219 * NetFlt=>NetFlt [label="fRediscoveryPending=true w/ spinlock"];
228 * NetFlt=>NetFlt [label="!pIf || fRediscoveryPending (w/ spinlock)", linecolor="red", textcolor="red"];
401 && !ASMAtomicUoReadBool(&pThis->fRediscoveryPending)
404 ASMAtomicWriteBool(&pThis->fRediscoveryPending, true);
420 ASMAtomicWriteBool(&pThis->fRediscoveryPending, false);
616 Assert(!pThis->fRediscoveryPending);
663 Assert(!pThis->fRediscoveryPending);
935 Assert(!pThis->fRediscoveryPending);
1016 pNew->fRediscoveryPending = false;
H A DVBoxNetFltInternal.h114 bool volatile fRediscoveryPending; member in struct:VBOXNETFLTINS
/vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/
H A DVBoxNetFlt-darwin.cpp725 Assert(!pThis->fRediscoveryPending);
748 ASMAtomicUoWriteBool(&pThis->fRediscoveryPending, false);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltM-win.cpp140 ASMAtomicUoWriteBool(&pNetFlt->fRediscoveryPending, false);
H A DVBoxNetFltP-win.cpp202 ASMAtomicUoWriteBool(&pNetFlt->fRediscoveryPending, false);
H A DVBoxNetFltRt-win.cpp2616 Assert(!pThis->fRediscoveryPending);

Completed in 3165 milliseconds