Home
last modified time | relevance | path

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

/drivers/md/dm-vdo/indexer/
A Dfunnel-requestqueue.c138 long current_batch = 0; in request_queue_worker() local
143 current_batch++; in request_queue_worker()
162 if (current_batch < MINIMUM_BATCH) { in request_queue_worker()
172 } else if (current_batch > MAXIMUM_BATCH) { in request_queue_worker()
181 current_batch = 0; in request_queue_worker()
/drivers/platform/x86/intel/ifs/
A Dsysfs.c121 static DEVICE_ATTR_RW(current_batch);
/drivers/gpu/drm/i915/gem/
A Di915_gem_execbuffer.c561 unsigned int *current_batch, in eb_add_vma() argument
599 eb->batches[*current_batch] = ev; in eb_add_vma()
616 eb->batch_len[*current_batch] = ev->vma->size - in eb_add_vma()
619 eb->batch_len[*current_batch] = eb->args->batch_len; in eb_add_vma()
620 if (unlikely(eb->batch_len[*current_batch] == 0)) { /* impossible! */ in eb_add_vma()
625 ++*current_batch; in eb_add_vma()
942 unsigned int i, current_batch = 0; in eb_lookup_vmas() local
962 err = eb_add_vma(eb, &current_batch, i, vma); in eb_lookup_vmas()

Completed in 12 milliseconds