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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMNetShaper.cpp81 static PPDMNSBWGROUP pdmNsBwGroupFindById(PPDMNETSHAPER pShaper, const char *pszId) argument
87 LOCK_NETSHAPER(pShaper);
89 pBwGroup = pShaper->pBwGroupsHead;
94 UNLOCK_NETSHAPER(pShaper);
103 PPDMNETSHAPER pShaper = pBwGroup->pShaperR3; local
104 LOCK_NETSHAPER(pShaper);
106 pBwGroup->pNextR3 = pShaper->pBwGroupsHead;
107 pShaper->pBwGroupsHead = pBwGroup;
109 UNLOCK_NETSHAPER(pShaper);
116 PPDMNETSHAPER pShaper
146 pdmNsBwGroupCreate(PPDMNETSHAPER pShaper, const char *pszBwGroup, uint64_t cbPerSecMax) argument
308 PPDMNETSHAPER pShaper = pUVM->pdm.s.pNetShaper; local
354 PPDMNETSHAPER pShaper = pUVM->pdm.s.pNetShaper; local
378 PPDMNETSHAPER pShaper = pUVM->pdm.s.pNetShaper; local
414 PPDMNETSHAPER pShaper = (PPDMNETSHAPER)pThread->pvUser; local
439 PPDMNETSHAPER pShaper = (PPDMNETSHAPER)pThread->pvUser; local
458 PPDMNETSHAPER pShaper = pUVM->pdm.s.pNetShaper; local
490 PPDMNETSHAPER pShaper; local
[all...]

Completed in 43 milliseconds