Home
last modified time | relevance | path

Searched refs:moving (Results 1 – 25 of 93) sorted by relevance

1234

/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo_vm.c53 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()
Dttm_bo_util.c512 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/
DREADME4 - Fix the wrong user page DMA (moving to ALSA may fix that too)
/Linux-v5.4/Documentation/filesystems/
Dsplice.rst8 splice is a method for moving blocks of data around inside the kernel,
/Linux-v5.4/drivers/staging/fwserial/
DTODO1 TODOs prior to this driver moving out of staging
/Linux-v5.4/drivers/staging/isdn/
DTODO14 I may of course have missed something, so I would suggest moving
/Linux-v5.4/Documentation/arm/
Dswp_emulation.rst5 moving to the load-locked/store-conditional instructions LDREX and STREX.
/Linux-v5.4/Documentation/vm/
Dpage_migration.rst7 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/
Dfiredtv.h33 unsigned moving:1; member
/Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/
Dtouchscreen.txt35 - moving-threshold : deprecated name for a combination of
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-memory-page-offline9 to soft-offline it, by moving the contents elsewhere or
/Linux-v5.4/drivers/isdn/capi/
DKconfig43 interface. It will provide a means of moving a data connection,
/Linux-v5.4/arch/sparc/lib/
DM7memset.S188 ! get store pipeline moving
223 ! to keep the store pipeline moving.
/Linux-v5.4/include/drm/ttm/
Dttm_bo_api.h220 struct dma_fence *moving; member
/Linux-v5.4/Documentation/process/
Dclang-format.rst13 when moving code around and aligning/sorting. See clangformatreformat_.
91 useful when moving code around, for complex code that is deeply intended,
Dapplying-patches.rst273 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/
Dci-hdrc-usb2.txt47 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/
Dof_unittest.txt12 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/
Dbiblio.rst61 :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/
Dsm501.rst45 The primary issue with memory allocation is that of moving the video
/Linux-v5.4/Documentation/core-api/
Dcircular-buffers.rst116 moving the tail index.
123 producer may still be filling the buffer on another CPU and moving the
/Linux-v5.4/arch/arm/lib/
Ddiv64.S101 @ Here we shift remainer bits leftwards rather than moving the
/Linux-v5.4/Documentation/filesystems/ext4/
Dallocators.rst10 thus speeding up disk IO. On an SSD there of course are no moving parts,
/Linux-v5.4/Documentation/media/v4l-drivers/
Dmeye.rst39 driver however), but things are not moving very fast (see
/Linux-v5.4/arch/arm/nwfpe/
DChangeLog54 in the above code were dereferencing problems due to moving the

1234