/src/games/ching/printching/ |
printching.c | 96 static int moving[6]; variable in typeref:typename:int[6] 119 moving[i] = 1; 121 moving[i] = 0; 187 * Compute the changes based on moving lines; return 1 if any lines moved, 221 int allmoving; /* 1 if all lines are moving */ 274 * If a line is moving, print its commentary. 293 if (moving[i]) 305 if (moving[i]) 311 * If all the lines are moving, print the commentary for that; it
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_bo_vm.c | 56 if (likely(!bo->moving)) 62 if (dma_fence_is_signaled(bo->moving)) 76 (void) dma_fence_wait(bo->moving, true); 85 err = dma_fence_wait(bo->moving, true); 93 dma_fence_put(bo->moving); 94 bo->moving = NULL; 209 struct dma_fence *moving = dma_fence_get(bo->moving); local in function:ttm_bo_vm_fault_reserved 222 if (bo->moving != moving) { [all...] |
ttm_bo_util.c | 580 fbo->base.moving = NULL; 838 dma_fence_put(bo->moving); 839 bo->moving = dma_fence_get(fence); 848 * If we're not moving to fixed memory, the TTM object 894 dma_fence_put(bo->moving); 895 bo->moving = dma_fence_get(fence); 904 * If we're not moving to fixed memory, the TTM object 933 dma_fence_put(bo->moving); 934 bo->moving = dma_fence_get(fence);
|
ttm_bo.c | 187 dma_fence_put(bo->moving); 959 dma_fence_put(bo->moving); 960 bo->moving = fence; 1351 bo->moving = NULL;
|
/src/sys/external/bsd/drm2/ttm/ |
ttm_bo_vm.c | 103 if (__predict_true(!bo->moving)) 109 if (dma_fence_is_signaled(bo->moving)) 121 (void) dma_fence_wait(bo->moving, true); 130 err = dma_fence_wait(bo->moving, true); 138 dma_fence_put(bo->moving); 139 bo->moving = NULL; 198 struct dma_fence *moving = dma_fence_get(bo->moving); local in function:ttm_bo_uvm_fault_reserved 211 if (bo->moving != moving) { [all...] |
/src/sys/dev/pci/bktr/ |
bktr2netbsd | 91 echo moving bt8xx.h to dev/ic
|
/src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
ttm_bo_api.h | 168 * @moving: Fence set when BO is moving 230 struct dma_fence *moving; member in struct:ttm_buffer_object
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_resource.c | 863 * @mem: The memory region @bo is moving to. 1180 if (bo->moving) 1181 dma_fence_put(bo->moving); 1182 bo->moving = dma_fence_get
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_object.c | 608 dma_fence_put(bo->tbo.moving); 609 bo->tbo.moving = dma_fence_get(fence);
|
amdgpu_amdkfd_gpuvm.c | 2039 pr_debug("Memory eviction: Failed to sync to PD BO moving fence. Try again\n"); 2056 ret = amdgpu_sync_fence(&sync_obj, bo->tbo.moving, false);
|
amdgpu_vm.c | 1809 exclusive = bo->tbo.moving;
|
/src/distrib/sparc/ |
install.md | 370 This upgrade procedure will now establish this hierarchy by moving all
|
/src/common/dist/zlib/contrib/ada/ |
test.adb | 106 -- This procedure is moving data from File_In to File_Out
|
/src/distrib/amiga/miniroot/ |
install.md | 420 This upgrade procedure will now establish this hierarchy by moving all
|
/src/share/mk/ |
bsd.own.mk | 727 # make bugs prevent moving this into the .for loop
|