Searched refs:cFactoryRefs (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPciInternal.h139 int32_t volatile cFactoryRefs; member in struct:VBOXRAWPCIGLOBALS
H A DVBoxPci.c67 ASMAtomicIncS32(&pGlobals->cFactoryRefs);
525 Assert(pGlobals->cFactoryRefs > 0);
553 int32_t cRefs = ASMAtomicDecS32(&pGlobals->cFactoryRefs);
630 && pGlobals->cFactoryRefs <= 0;
/vbox/src/VBox/HostDrivers/VBoxNetAdp/
H A DVBoxNetAdp.c687 Assert(pGlobals->cFactoryRefs > 0);
720 int32_t cRefs = ASMAtomicDecS32(&pGlobals->cFactoryRefs);
748 ASMAtomicIncS32(&pGlobals->cFactoryRefs);
785 return fRc && ASMAtomicUoReadS32((int32_t volatile *)&pGlobals->cFactoryRefs) <= 0;
/vbox/src/VBox/HostDrivers/VBoxNetFlt/
H A DVBoxNetFlt.c1236 Assert(pGlobals->cFactoryRefs > 0);
1320 int32_t cRefs = ASMAtomicDecS32(&pGlobals->cFactoryRefs);
1348 ASMAtomicIncS32(&pGlobals->cFactoryRefs);
1379 && pGlobals->cFactoryRefs <= 0;
H A DVBoxNetFltInternal.h313 int32_t volatile cFactoryRefs; member in struct:VBOXNETFLTGLOBALS

Completed in 52 milliseconds