Searched refs:submits (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/gpu/drm/msm/ |
A D | msm_ringbuffer.h | 58 struct list_head submits; member
|
A D | msm_gpu.c | 174 list_for_each_entry(submit, &ring->submits, node) { in update_fences() 341 list_for_each_entry(submit, &ring->submits, node) { in find_submit() 439 list_for_each_entry(submit, &ring->submits, node) in recover_worker() 691 submit = list_first_entry_or_null(&ring->submits, in retire_submits() 755 list_add_tail(&submit->node, &ring->submits); in msm_gpu_submit()
|
A D | msm_ringbuffer.c | 97 INIT_LIST_HEAD(&ring->submits); in msm_ringbuffer_new()
|
A D | Kconfig | 46 bool "Enable SUDO flag on submits"
|
/linux/Documentation/x86/ |
A D | sva.rst | 50 ENQCMD is a new instruction on Intel platforms that atomically submits a 95 from this process. When a user submits a work descriptor to a device using the 168 and only submits ENQCMD when the device supports it. In the new DMWr PCIe
|
/linux/Documentation/usb/ |
A D | raw-gadget.rst | 76 Every Raw Gadget endpoint read/write ioctl submits a USB request and waits
|
/linux/Documentation/block/ |
A D | inline-encryption.rst | 151 pages, and submits that "bounce" bio. When the bounce bio completes, 157 bio's encryption context, then submits the bio. If the read completes 163 In both cases, the bios that blk-crypto-fallback submits no longer have an
|
/linux/Documentation/driver-api/usb/ |
A D | callbacks.rst | 8 structure and through the completion handler of URBs a driver submits.
|
A D | writing_usb_driver.rst | 187 space, points the urb to the data and submits the urb to the USB
|
A D | usb.rst | 150 submits them, and waits until they complete. There are synchronous
|
/linux/Documentation/networking/ |
A D | ieee802154.rst | 86 submits skb to qdisc), so if you need something from that cb later, you should
|
A D | af_xdp.rst | 60 call and submits the XSK of the process it would like to share UMEM
|
/linux/Documentation/networking/device_drivers/ethernet/marvell/ |
A D | octeontx2.rst | 156 1. Driver prepares a send descriptor and submits to SQ for transmission.
|
/linux/Documentation/driver-api/surface_aggregator/ |
A D | internal.rst | 204 corresponding payload. It prepares and submits the necessary ACK (and on 384 transmitted and, if so, submits its underlying packet to the packet
|
/linux/drivers/atm/ |
A D | Kconfig | 363 conditions, e.g. when a fast host continuously submits very small
|
/linux/Documentation/gpu/ |
A D | i915.rst | 322 submits a batchbuffer, the kernel walks the list of GEM buffer objects
|
/linux/Documentation/driver-api/ |
A D | libata.rst | 492 in ATAPI NODATA or DMA, packet_task submits cdb. However, after
|
Completed in 23 milliseconds