| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | xilinx-v4l2-controls.h | 41 /* 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/ |
| D | xilinx-v4l2-controls.h | 41 /* 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/ |
| D | ttm_bo_vm.c | 51 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 …]
|
| D | ttm_bo_util.c | 368 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/ |
| D | cryptd.h | 29 /* 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/ |
| D | cryptd.h | 30 /* 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/ |
| D | page_migration.rst | 5 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/ |
| D | smp_tlb.c | 105 * 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/ |
| D | smp_tlb.c | 105 * 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/ |
| D | rc80211_minstrel.h | 22 * 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/ |
| D | page_migration.rst | 7 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/ |
| D | move_extents.c | 103 * 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()
|
| D | ocfs2_ioctl.h | 212 for extents moving */ 214 moving, is to make
|
| /kernel/linux/linux-5.10/net/dccp/ccids/ |
| D | ccid2.h | 46 * @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/ |
| D | ccid2.h | 46 * @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/ |
| D | amdgpu_vm_cpu.c | 79 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/ |
| D | i915_gem_object.c | 896 * 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/ |
| D | move_extents.c | 105 * 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/ |
| D | TODO | 54 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/ |
| D | nouveau_prime.c | 117 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/ |
| D | radeon_prime.c | 100 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/ |
| D | davinci-cpufreq.c | 45 /* 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/ |
| D | davinci-cpufreq.c | 45 /* 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/ |
| D | rc80211_minstrel_ht.h | 24 * Coefficients for moving average with noise filter (period=16), 118 /* prob_avg - moving average of prob */
|
| /kernel/linux/linux-5.10/drivers/staging/goldfish/ |
| D | README | 4 - Fix the wrong user page DMA (moving to ALSA may fix that too)
|