Home
last modified time | relevance | path

Searched refs:pDCBRunRobin (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/trm/
HDtrm.c340 ptr = pACB->pDCBRunRobin; in trm_DoWaitingSRB()
343 pACB->pDCBRunRobin = ptr; in trm_DoWaitingSRB()
347 pACB->pDCBRunRobin = ptr1->pNextDCB; in trm_DoWaitingSRB()
350 if (pACB->pDCBRunRobin == ptr) in trm_DoWaitingSRB()
2669 if (pACB->pDCBRunRobin == pDCB) in trm_SRBdone()
2670 pACB->pDCBRunRobin = pTempDCB->pNextDCB; in trm_SRBdone()
2675 pACB->pDCBRunRobin = NULL; in trm_SRBdone()
2900 pACB->pDCBRunRobin = pDCB; in trm_initDCB()
3077 pACB->pDCBRunRobin = NULL; in trm_initACB()
HDtrm.h261 PDCB pDCBRunRobin; member