| /netbsd-src/sys/external/bsd/drm2/ttm/ |
| H A D | ttm_bo_vm.c | 103 if (__predict_true(!bo->moving)) in ttm_bo_vm_fault_idle() 109 if (dma_fence_is_signaled(bo->moving)) in ttm_bo_vm_fault_idle() 121 (void) dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle() 130 err = dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle() 138 dma_fence_put(bo->moving); in ttm_bo_vm_fault_idle() 139 bo->moving = NULL; in ttm_bo_vm_fault_idle() 198 struct dma_fence *moving = dma_fence_get(bo->moving); in ttm_bo_uvm_fault_reserved() local 211 if (bo->moving != moving) { in ttm_bo_uvm_fault_reserved() 216 dma_fence_put(moving); in ttm_bo_uvm_fault_reserved()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/ |
| H A D | ttm_bo_vm.c | 56 if (likely(!bo->moving)) in ttm_bo_vm_fault_idle() 62 if (dma_fence_is_signaled(bo->moving)) in ttm_bo_vm_fault_idle() 76 (void) dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle() 85 err = dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle() 93 dma_fence_put(bo->moving); in ttm_bo_vm_fault_idle() 94 bo->moving = NULL; in ttm_bo_vm_fault_idle() 209 struct dma_fence *moving = dma_fence_get(bo->moving); in ttm_bo_vm_fault_reserved() local 222 if (bo->moving != moving) { in ttm_bo_vm_fault_reserved() 227 dma_fence_put(moving); in ttm_bo_vm_fault_reserved()
|
| H A D | ttm_bo_util.c | 580 fbo->base.moving = NULL; in ttm_buffer_object_transfer() 838 dma_fence_put(bo->moving); in ttm_bo_move_accel_cleanup() 839 bo->moving = dma_fence_get(fence); in ttm_bo_move_accel_cleanup() 894 dma_fence_put(bo->moving); in ttm_bo_pipeline_move() 895 bo->moving = dma_fence_get(fence); in ttm_bo_pipeline_move() 933 dma_fence_put(bo->moving); in ttm_bo_pipeline_move() 934 bo->moving = dma_fence_get(fence); in ttm_bo_pipeline_move()
|
| H A D | ttm_bo.c | 187 dma_fence_put(bo->moving); in ttm_bo_release_list() 959 dma_fence_put(bo->moving); in ttm_bo_add_move_fence() 960 bo->moving = fence; in ttm_bo_add_move_fence() 1351 bo->moving = NULL; in ttm_bo_init_reserved()
|
| /netbsd-src/games/ching/printching/ |
| H A D | printching.c | 96 static int moving[6]; variable 119 moving[i] = 1; in main() 121 moving[i] = 0; in main() 293 if (moving[i]) in phx() 305 if (moving[i]) in phx()
|
| /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/ |
| H A D | todo.txt | 33 ctrl_iface) by moving the retrying of the previous request into EAP 46 - consider moving SIM card functionality (IMSI fetching) away from eap.c; 59 - consider moving eap_peer_tls_build_ack() call into
|
| /netbsd-src/games/hack/ |
| H A D | Original_READ_ME | 38 hack.c General random stuff and things I never got around to moving. 40 hack.mon.c Monsters, moving, attacking, etc.
|
| /netbsd-src/usr.bin/sed/TEST/ |
| H A D | hanoi.sed | 13 # sequence of states involved in moving 4 rings, the largest called "a" and 17 # say :ce:b:ax: and it will give the shortest procedure for moving them all
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/ |
| H A D | racoon.conf.sample-plainrsa | 7 # here mainly for those who are moving from the *Swan world to Racoon.
|
| /netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
| H A D | hfs.c | 1850 int found, isdir, moving, reclen; local 1888 moving = (srcid != dstid); 1903 if (! moving && strcmp(srcname, dstname) == 0) 1906 if (moving || d_relstring(srcname, dstname)) 1915 if (moving && dstid == HFS_CNID_ROOTPAR) 1921 if (moving && isdir) 2016 if (moving)
|
| /netbsd-src/sys/dev/pci/bktr/ |
| H A D | bktr2netbsd | 91 echo moving bt8xx.h to dev/ic
|
| /netbsd-src/external/gpl2/lvm2/dist/doc/ |
| H A D | pvmove_outline.txt | 19 parts that aren't moving, and a mirror target for parts that are.
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
| H A D | moving.d | 10 module core.internal.moving;
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | STYLE.TXT | 2 Over time, I am moving all of the IPFilter code to what I consider a better
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_resource.c | 1180 if (bo->moving) in vmw_resources_clean() 1181 dma_fence_put(bo->moving); in vmw_resources_clean() 1182 bo->moving = dma_fence_get in vmw_resources_clean()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | js_who_example.txt | 24 when moving the mouse pointer to do so.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | js_who_example.txt | 24 when moving the mouse pointer to do so.
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| H A D | ttm_bo_api.h | 230 struct dma_fence *moving; member
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | ChangeLog.tree-ssa | 95 * Makefile.def: Diego already did the libmudflap moving in a merge,
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/boards/ |
| H A D | README | 19 Use dwz to compress debug info in executable, optionally moving debug
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog | 292 * kcm/protocol.c: Make work when moving to a non-existant 333 * lib/krb5/get_cred.c: Try moving referrals checking into 336 * lib/krb5/get_in_tkt.c: Try moving referrals checking into
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | cppwarnopts.texi | 58 definition by, for example, moving it into the first skipped block.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | cppwarnopts.texi | 58 definition by, for example, moving it into the first skipped block.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| H A D | shiftrotate.md | 6 ;; doing an 8-bit shift of a 16-bit value by moving a byte reg into the other 7 ;; reg and moving 0 into the former reg.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
| H A D | VectorizationPlan.rst | 167 replacing or moving VPInstructions record both def-use and scheduling 190 in place. Other decisions, however, involve moving instructions, replacing them
|