/Linux-v5.4/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 53 if (likely(!bo->moving)) in ttm_bo_vm_fault_idle() 59 if (dma_fence_is_signaled(bo->moving)) in ttm_bo_vm_fault_idle() 73 (void) dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle() 82 err = dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle() 90 dma_fence_put(bo->moving); in ttm_bo_vm_fault_idle() 91 bo->moving = NULL; in ttm_bo_vm_fault_idle() 164 struct dma_fence *moving = dma_fence_get(bo->moving); in ttm_bo_vm_fault() local 179 if (bo->moving != moving) { in ttm_bo_vm_fault() 184 dma_fence_put(moving); in ttm_bo_vm_fault()
|
D | ttm_bo_util.c | 512 fbo->base.moving = NULL; in ttm_buffer_object_transfer() 712 dma_fence_put(bo->moving); in ttm_bo_move_accel_cleanup() 713 bo->moving = dma_fence_get(fence); in ttm_bo_move_accel_cleanup() 768 dma_fence_put(bo->moving); in ttm_bo_pipeline_move() 769 bo->moving = dma_fence_get(fence); in ttm_bo_pipeline_move() 807 dma_fence_put(bo->moving); in ttm_bo_pipeline_move() 808 bo->moving = dma_fence_get(fence); in ttm_bo_pipeline_move()
|
/Linux-v5.4/drivers/staging/goldfish/ |
D | README | 4 - Fix the wrong user page DMA (moving to ALSA may fix that too)
|
/Linux-v5.4/Documentation/filesystems/ |
D | splice.rst | 8 splice is a method for moving blocks of data around inside the kernel,
|
/Linux-v5.4/drivers/staging/fwserial/ |
D | TODO | 1 TODOs prior to this driver moving out of staging
|
/Linux-v5.4/drivers/staging/isdn/ |
D | TODO | 14 I may of course have missed something, so I would suggest moving
|
/Linux-v5.4/Documentation/arm/ |
D | swp_emulation.rst | 5 moving to the load-locked/store-conditional instructions LDREX and STREX.
|
/Linux-v5.4/Documentation/vm/ |
D | page_migration.rst | 7 Page migration allows the moving of the physical location of pages between 13 by moving pages near to the processor where the process accessing that memory 36 "move_pages" allows the moving of individual pages within a process. 68 pages and moving them into lists. This is done by 82 moving.
|
/Linux-v5.4/drivers/media/firewire/ |
D | firedtv.h | 33 unsigned moving:1; member
|
/Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/ |
D | touchscreen.txt | 35 - moving-threshold : deprecated name for a combination of
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-memory-page-offline | 9 to soft-offline it, by moving the contents elsewhere or
|
/Linux-v5.4/drivers/isdn/capi/ |
D | Kconfig | 43 interface. It will provide a means of moving a data connection,
|
/Linux-v5.4/arch/sparc/lib/ |
D | M7memset.S | 188 ! get store pipeline moving 223 ! to keep the store pipeline moving.
|
/Linux-v5.4/include/drm/ttm/ |
D | ttm_bo_api.h | 220 struct dma_fence *moving; member
|
/Linux-v5.4/Documentation/process/ |
D | clang-format.rst | 13 when moving code around and aligning/sorting. See clangformatreformat_. 91 useful when moving code around, for complex code that is deeply intended,
|
D | applying-patches.rst | 273 To apply a patch moving from 5.6 to 5.7, you'd do the following (note 280 # moving from 5.6 to 5.7 287 # moving from 5.6.1 to 5.7 361 # first an example of moving from 5.7 to 5.8-rc3
|
/Linux-v5.4/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.txt | 47 in 32-bit words while moving data from system memory to the USB 53 in 32-bit words while moving data from the USB bus to system memory,
|
/Linux-v5.4/Documentation/devicetree/ |
D | of_unittest.txt | 12 It is recommended to read the following documents before moving ahead. 191 detached and then moving up the parent nodes are removed, and eventually the
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | biblio.rst | 61 :title: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 "Information technology — Generic coding of moving… 71 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology — Generic coding of moving p…
|
/Linux-v5.4/Documentation/driver-api/ |
D | sm501.rst | 45 The primary issue with memory allocation is that of moving the video
|
/Linux-v5.4/Documentation/core-api/ |
D | circular-buffers.rst | 116 moving the tail index. 123 producer may still be filling the buffer on another CPU and moving the
|
/Linux-v5.4/arch/arm/lib/ |
D | div64.S | 101 @ Here we shift remainer bits leftwards rather than moving the
|
/Linux-v5.4/Documentation/filesystems/ext4/ |
D | allocators.rst | 10 thus speeding up disk IO. On an SSD there of course are no moving parts,
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | meye.rst | 39 driver however), but things are not moving very fast (see
|
/Linux-v5.4/arch/arm/nwfpe/ |
D | ChangeLog | 54 in the above code were dereferencing problems due to moving the
|