Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H 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()
/linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/
H A Dtest_ifs.sh265 echo "0x$image_id" > "$IFS_SCAN_SYSFS_PATH"/current_batch 2>/dev/null
271 image_info=$(cat ${IFS_SCAN_SYSFS_PATH}/current_batch)
309 echo "0x$image_id" > "$IFS_SCAN_SYSFS_PATH"/current_batch 2>/dev/null
/linux/drivers/platform/x86/intel/ifs/
H A Dsysfs.c121 static DEVICE_ATTR_RW(current_batch);
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-intel-ifs43 What: /sys/devices/virtual/misc/intel_ifs_<N>/current_batch
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c562 unsigned int *current_batch, in eb_add_vma() argument
600 eb->batches[*current_batch] = ev; in eb_add_vma()
617 eb->batch_len[*current_batch] = ev->vma->size - in eb_add_vma()
620 eb->batch_len[*current_batch] = eb->args->batch_len; in eb_add_vma()
621 if (unlikely(eb->batch_len[*current_batch] == 0)) { /* impossible! */ in eb_add_vma()
626 ++*current_batch; in eb_add_vma()
943 unsigned int i, current_batch = 0; in eb_lookup_vmas() local
963 err = eb_add_vma(eb, &current_batch, i, vma); in eb_lookup_vmas()