Lines Matching defs:tmp
80 struct radeon_sa_bo *sa_bo, *tmp;
89 list_for_each_entry_safe(sa_bo, tmp, &sa_manager->olist, olist) {
156 struct radeon_sa_bo *sa_bo, *tmp;
162 list_for_each_entry_safe_from(sa_bo, tmp, &sa_manager->olist, olist) {
252 unsigned i, soffset, best, tmp;
287 tmp = sa_bo->soffset;
288 if (tmp < soffset) {
290 tmp += sa_manager->size;
292 tmp -= soffset;
293 if (tmp < best) {
295 best = tmp;