Searched refs:submission (Results 1 – 25 of 67) sorted by relevance
123
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
D | scheduler.c | 134 struct intel_vgpu_submission *s = &vgpu->submission; in populate_shadow_context() 442 struct intel_vgpu_submission *s = &vgpu->submission; in intel_gvt_workload_req_alloc() 469 struct intel_vgpu_submission *s = &vgpu->submission; in intel_gvt_scan_and_shadow_workload() 692 struct intel_vgpu_submission *s = &vgpu->submission; in prepare_workload() 851 atomic_inc(&workload->vgpu->submission.running_workload_num); in pick_next_workload() 1002 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_clean_workloads() 1025 struct intel_vgpu_submission *s = &vgpu->submission; in complete_current_workload() 1183 struct intel_vgpu_submission *s = &vgpu->submission; in intel_gvt_wait_vgpu_idle() 1273 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_clean_submission() 1298 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_reset_submission() [all …]
|
D | execlist.c | 373 struct intel_vgpu_submission *s = &vgpu->submission; in prepare_execlist_workload() 395 struct intel_vgpu_submission *s = &vgpu->submission; in complete_execlist_workload() 435 struct intel_vgpu_submission *s = &vgpu->submission; in submit_context() 459 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_submit_execlist() 503 struct intel_vgpu_submission *s = &vgpu->submission; in init_vgpu_execlist() 527 struct intel_vgpu_submission *s = &vgpu->submission; in clean_execlist()
|
D | scheduler.h | 132 (&(vgpu)->submission.workload_q_head[(e)->id])
|
D | vgpu.c | 235 if (atomic_read(&vgpu->submission.running_workload_num)) { in intel_gvt_deactivate_vgpu() 337 INIT_LIST_HEAD(&vgpu->submission.workload_q_head[i]); in intel_gvt_create_idle_vgpu()
|
D | mmio_context.c | 351 struct intel_vgpu_submission *s = &vgpu->submission; in handle_tlb_pending_event() 506 s = &next->submission; in switch_mmio()
|
/kernel/linux/linux-5.10/Documentation/block/ |
D | null_blk.rst | 18 - Configurable submission queues per device. 68 The number of submission queues attached to the device driver. If unset, it
|
D | blk-mq.rst | 106 used by device drivers to map the device submission queues (or device DMA ring 107 buffer), and are the last step of the block layer submission code before the
|
/kernel/linux/linux-5.10/Documentation/usb/ |
D | usbmon.rst | 119 Any text format data consists of a stream of events, such as URB submission, 120 URB callback, submission error. Every event is a text line, which consists 135 Available types are: S - submission, C - callback, E - submission error. 163 In case of a submission of a Control packet, this field contains a Setup Tag 219 u64 id; /* 0: URB ID - from submission to callback */
|
/kernel/linux/linux-5.10/Documentation/maintainer/ |
D | maintainer-entry-profile.rst | 9 submission life-cycle. A contributor uses this document to level set 35 other maintainers in the submission chain.
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | submit-checklist.rst | 3 Linux Kernel patch submission checklist 40 submission (``scripts/checkpatch.pl``).
|
D | stable-kernel-rules.rst | 77 changelog of your submission, as well as the kernel version you wish 134 Following the submission:
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | Kbuild | 64 # DRM - command submission
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
D | README | 56 o Code shall be checked using ShellCheck [1] prior to submission.
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | dma-buf.rst | 197 been set. Used to asynchronously delay command submission. 219 Furthermore the kernel has to be able to hold up userspace command submission 252 * No DMA fences that signal end of batchbuffer for command submission where
|
/kernel/linux/linux-5.10/Documentation/gpu/ |
D | msm-crash-dump.rst | 72 List of buffers from the hanging submission if available.
|
D | drm-internals.rst | 18 management, command submission & fencing, suspend/resume support, and 208 command submission code. Do not use any of this in new and modern
|
/kernel/linux/linux-5.10/Documentation/sparc/oradax/ |
D | dax-hv-api.txt | 25 … compatibilty property. Functionality is accessed through the submission of Command Control Blocks 42 not be a guarantee that a future submission would succeed. 132 via the ccb_kill API call. Changes in virtual address mappings occurring after CCB submission are n… 208 CCB submission. CCBs without the Serial flag set execute independently, even if they are between CC… 239 …will result in the CCB submission being rejected, with the causal virtual address indicated. The C… 392 …that is not supported may result in the CCB submission being rejected or the generation of a CCB p… 1026 successfully. All other fields are considered invalid upon CCB submission until the CCB execution s… 1159 … The CCB submission type and address type for the CCB array must be provided in the flags argument. 1172 …active at the time of the submission. The address type field within a CCB allows each address to r… 1193 …If the queue info flag is used during submission, and at least one CCB was successfully submitted,… [all …]
|
D | oracle-dax.rst | 146 equal to the requested length, then the submission was completely 334 The CCB submission is a write() or pwrite() system call to the 344 After a successful submission of the CCB, the completion area may be 417 After the submission, the completion area polling code is identical to
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
D | submitting-patches.rst | 10 0) Normal patch submission rules from Documentation/process/submitting-patches.rst
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
D | howto.rst | 114 "Linux kernel patch submission format"
|
/kernel/linux/linux-5.10/Documentation/translations/ko_KR/ |
D | howto.rst | 137 "Linux kernel patch submission format"
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 81 By stopping submission and sleeping for a short time before resetting
|
/kernel/linux/linux-5.10/Documentation/translations/ja_JP/ |
D | howto.rst | 141 "Linux kernel patch submission format"
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | security-bugs.rst | 32 :doc:`regular patch submission <../process/submitting-patches>`
|
/kernel/linux/linux-5.10/Documentation/driver-api/dmaengine/ |
D | client.rst | 132 submission so it is important that these two operations are closely 142 for submission prior to callback function being invoked, so
|
123