Home
last modified time | relevance | path

Searched full:moving (Results 1 – 25 of 1250) sorted by relevance

12345678910>>...50

/kernel/linux/linux-5.10/include/uapi/linux/
Dxilinx-v4l2-controls.h41 /* Enable a moving box */
51 /* Configure the motion speed of moving patterns */
65 /* Moving box size */
67 /* Moving box color */
/kernel/linux/linux-6.6/include/uapi/linux/
Dxilinx-v4l2-controls.h41 /* Enable a moving box */
51 /* Configure the motion speed of moving patterns */
65 /* Moving box size */
67 /* Moving box color */
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_bo_vm.c51 if (likely(!bo->moving)) in ttm_bo_vm_fault_idle()
57 if (dma_fence_is_signaled(bo->moving)) in ttm_bo_vm_fault_idle()
72 (void) dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle()
81 err = dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle()
89 dma_fence_put(bo->moving); in ttm_bo_vm_fault_idle()
90 bo->moving = NULL; in ttm_bo_vm_fault_idle()
292 struct dma_fence *moving = dma_fence_get(bo->moving); in ttm_bo_vm_fault_reserved() local
300 dma_fence_put(moving); in ttm_bo_vm_fault_reserved()
303 dma_fence_put(moving); in ttm_bo_vm_fault_reserved()
307 if (bo->moving != moving) { in ttm_bo_vm_fault_reserved()
[all …]
Dttm_bo_util.c368 fbo->base.moving = NULL; in ttm_buffer_object_transfer()
558 dma_fence_put(bo->moving); in ttm_bo_move_to_ghost()
559 bo->moving = dma_fence_get(fence); in ttm_bo_move_to_ghost()
568 * If we're not moving to fixed memory, the TTM object in ttm_bo_move_to_ghost()
602 dma_fence_put(bo->moving); in ttm_bo_move_pipeline_evict()
603 bo->moving = dma_fence_get(fence); in ttm_bo_move_pipeline_evict()
/kernel/linux/linux-5.10/include/crypto/
Dcryptd.h29 /* Must be called without moving CPUs. */
48 /* Must be called without moving CPUs. */
66 /* Must be called without moving CPUs. */
/kernel/linux/linux-6.6/include/crypto/
Dcryptd.h30 /* Must be called without moving CPUs. */
49 /* Must be called without moving CPUs. */
67 /* Must be called without moving CPUs. */
/kernel/linux/linux-6.6/Documentation/mm/
Dpage_migration.rst5 Page migration allows moving the physical location of pages between
14 by moving pages near to the processor where the process accessing that memory
37 "move_pages" allows the moving of individual pages within a process.
69 pages and moving them into lists. This is done by
82 the new folio for each folio that is considered for moving.
/kernel/linux/linux-5.10/arch/arm/kernel/
Dsmp_tlb.c105 * REVIDR[4]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
109 * REVIDR[4]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
111 * REVIDR[9]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
116 * REVIDR[9]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
/kernel/linux/linux-6.6/arch/arm/kernel/
Dsmp_tlb.c105 * REVIDR[4]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
109 * REVIDR[4]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
111 * REVIDR[9]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
116 * REVIDR[9]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
/kernel/linux/linux-5.10/net/mac80211/
Drc80211_minstrel.h22 * Coefficients for moving average with noise filter (period=16),
37 * Perform EWMA (Exponentially Weighted Moving Average) calculation
89 /* prob_avg - moving average of prob */
/kernel/linux/linux-5.10/Documentation/vm/
Dpage_migration.rst7 Page migration allows moving the physical location of pages between
16 by moving pages near to the processor where the process accessing that memory
39 "move_pages" allows the moving of individual pages within a process.
71 pages and moving them into lists. This is done by
85 moving.
/kernel/linux/linux-6.6/fs/ocfs2/
Dmove_extents.c103 * after moving/defraging to new location, the extent is not going in __ocfs2_move_extent()
287 * allowing partial extent moving is kind of 'pros and cons', it makes in ocfs2_defrag_extent()
289 * thing is it may make the fs even more fragmented after moving, let in ocfs2_defrag_extent()
463 * XXX: helper to validate and adjust moving goal.
495 * moving goal is not allowd to start with a group desc blok(#0 blk) in ocfs2_validate_and_adjust_move_goal()
511 * moving operation for each extent range. in ocfs2_validate_and_adjust_move_goal()
559 mlog(0, "found phys_cpos: %u to fit the wanted moving.\n", *phys_cpos); in ocfs2_probe_alloc_group()
790 * extents moving happens in unit of clusters, for the sake in __ocfs2_move_extents_range()
Docfs2_ioctl.h212 for extents moving */
214 moving, is to make
/kernel/linux/linux-5.10/net/dccp/ccids/
Dccid2.h46 * @tx_rttvar: moving average/maximum of @mdev_max
50 * @tx_expected_wnd: moving average of @tx_cwnd_used
/kernel/linux/linux-6.6/net/dccp/ccids/
Dccid2.h46 * @tx_rttvar: moving average/maximum of @mdev_max
50 * @tx_expected_wnd: moving average of @tx_cwnd_used
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm_cpu.c79 if (bo->tbo.moving) { in amdgpu_vm_cpu_update()
80 r = dma_fence_wait(bo->tbo.moving, true); in amdgpu_vm_cpu_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
Di915_gem_object.c896 * i915_gem_object_get_moving_fence - Get the object's moving fence if any
897 * @obj: The object whose moving fence to get.
900 * A non-signaled moving fence means that there is an async operation
914 * i915_gem_object_wait_moving_fence - Wait for the object's moving fence if any
915 * @obj: The object whose moving fence to wait for.
918 * If the moving fence signaled without an error, it is detached from the
923 * moving fence failed.
948 * (in particular the fence for moving/clearing the object).
/kernel/linux/linux-5.10/fs/ocfs2/
Dmove_extents.c105 * after moving/defraging to new location, the extent is not going in __ocfs2_move_extent()
289 * allowing partial extent moving is kind of 'pros and cons', it makes in ocfs2_defrag_extent()
291 * thing is it may make the fs even more fragmented after moving, let in ocfs2_defrag_extent()
465 * XXX: helper to validate and adjust moving goal.
497 * moving goal is not allowd to start with a group desc blok(#0 blk) in ocfs2_validate_and_adjust_move_goal()
513 * moving operation for each extent range. in ocfs2_validate_and_adjust_move_goal()
561 mlog(0, "found phys_cpos: %u to fit the wanted moving.\n", *phys_cpos); in ocfs2_probe_alloc_group()
792 * extents moving happens in unit of clusters, for the sake in __ocfs2_move_extents_range()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/
DTODO54 This MUST be done before moving the driver out of staging so that we can
58 ready before moving the driver out of staging.
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_prime.c117 if (nvbo->bo.moving) in nouveau_gem_prime_pin()
118 ret = dma_fence_wait(nvbo->bo.moving, true); in nouveau_gem_prime_pin()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_prime.c100 if (bo->tbo.moving) { in radeon_gem_prime_pin()
101 ret = dma_fence_wait(bo->tbo.moving, false); in radeon_gem_prime_pin()
/kernel/linux/linux-6.6/drivers/cpufreq/
Ddavinci-cpufreq.c45 /* if moving to higher frequency, up the voltage beforehand */ in davinci_target()
62 /* if moving to lower freq, lower the voltage after lowering freq */ in davinci_target()
/kernel/linux/linux-5.10/drivers/cpufreq/
Ddavinci-cpufreq.c45 /* if moving to higher frequency, up the voltage beforehand */ in davinci_target()
62 /* if moving to lower freq, lower the voltage after lowering freq */ in davinci_target()
/kernel/linux/linux-6.6/net/mac80211/
Drc80211_minstrel_ht.h24 * Coefficients for moving average with noise filter (period=16),
118 /* prob_avg - moving average of prob */
/kernel/linux/linux-5.10/drivers/staging/goldfish/
DREADME4 - Fix the wrong user page DMA (moving to ALSA may fix that too)

12345678910>>...50