Searched refs:Backoff (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 304 ExponentialBackoff Backoff(std::chrono::seconds(MaxSeconds), 10ms, 500ms); in waitForUnlock() local 307 while (Backoff.waitForNextAttempt()) { in waitForUnlock()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | ossacmnapi.c | 5816 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 D | sampirsp.c | 2887 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()
|