Home
last modified time | relevance | path

Searched refs:Backoff (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp271 ExponentialBackoff Backoff(MaxSeconds, 10ms, 500ms); in waitForUnlockFor() local
274 while (Backoff.waitForNextAttempt()) { in waitForUnlockFor()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c5816 agsaSASPhyOpenRejectRetryBackOffThresholdPage_t *Backoff = in ossaGetPhyProfileCB() local
5820 Backoff->Dword0,Backoff->Dword1, in ossaGetPhyProfileCB()
5821 Backoff->Dword2,Backoff->Dword3)); in ossaGetPhyProfileCB()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampirsp.c2887 agsaSASPhyOpenRejectRetryBackOffThresholdPage_t Backoff; in mpiGetPhyProfileRsp() local
2888 …OSSA_READ_LE_32(agRoot, &Backoff.Dword0, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV_t,PageSpecifi… in mpiGetPhyProfileRsp()
2889 …OSSA_READ_LE_32(agRoot, &Backoff.Dword1, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV_t,PageSpecifi… in mpiGetPhyProfileRsp()
2890 …OSSA_READ_LE_32(agRoot, &Backoff.Dword2, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV_t,PageSpecifi… in mpiGetPhyProfileRsp()
2891 …OSSA_READ_LE_32(agRoot, &Backoff.Dword3, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV_t,PageSpecifi… in mpiGetPhyProfileRsp()
2893 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , &Backoff ); in mpiGetPhyProfileRsp()