Searched refs:expire_at (Results 1 – 3 of 3) sorted by relevance
350 struct timeval expire_at; in waitForPADO() local364 if (gettimeofday(&expire_at, NULL) < 0) { in waitForPADO()368 expire_at.tv_sec += timeout; in waitForPADO()372 if (!time_left(&tv, &expire_at)) in waitForPADO()543 struct timeval expire_at; in waitForPADS() local548 if (gettimeofday(&expire_at, NULL) < 0) { in waitForPADS()552 expire_at.tv_sec += timeout; in waitForPADS()557 if (!time_left(&tv, &expire_at)) in waitForPADS()
347 const int expire_at = ++rmesa->dma.free.expire_counter + DMA_BO_FREE_TIME; in radeonReleaseDmaRegions() local388 dma_bo->expire_counter = expire_at; in radeonReleaseDmaRegions()403 dma_bo->expire_counter = expire_at; in radeonReleaseDmaRegions()