Lines Matching defs:index
352 unsigned index = READ_ONCE(bo->index);
354 if (index < batch->exec_count && batch->exec_bos[index] == bo)
355 return index;
358 for (index = 0; index < batch->exec_count; index++) {
359 if (batch->exec_bos[index] == bo)
360 return index;
395 bo->index = batch->exec_count;
538 assert(batch->bo->index == 0);
1003 bo->index = -1;