Home
last modified time | relevance | path

Searched refs:startTick (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
HDsautil.c192 ((saRoot->timeTick - pRequestDesc->startTick)*saRoot->usecsPerTick)/1000000 )); in siDumpActiveIORequests()
341 if(saRoot->ResetStartTick > pRequestDesc->startTick) in siCountActiveIORequestsOnDevice()
344 saRoot->ResetStartTick, pRequestDesc->startTick)); in siCountActiveIORequestsOnDevice()
397 if(saRoot->ResetStartTick > pRequestDesc->startTick) in saCountActiveIORequests()
400 saRoot->ResetStartTick, pRequestDesc->startTick)); in saCountActiveIORequests()
HDsatypes.h141 bit32 startTick; /**< start time for this IO */ member
HDsasmp.c168 pRequest->startTick = saRoot->timeTick; in saSMPStart()
637 pRequest->startTick = saRoot->timeTick; in saSMPAbort()
HDsasata.c154 pRequest->startTick = saRoot->timeTick; in saSATAStart()
722 pRequest->startTick = saRoot->timeTick; in saSATAAbort()
HDsassp.c754 pRequest->startTick = saRoot->timeTick; in saSSPStart()
1846 pRequest->startTick = saRoot->timeTick; in saSSPAbort()
HDsaioctlcmd.c3443 pRequest->startTick = saRoot->timeTick; in saSendSMPIoctl()