| /src/external/mit/isl/dist/test_inputs/codegen/ |
| atomic3.c | 3 sync(); 5 sync(); 7 sync();
|
| atomic4.c | 2 sync();
|
| /src/bin/sync/ |
| Makefile | 4 PROG= sync 5 MAN= sync.8
|
| sync.c | 1 /* $NetBSD: sync.c,v 1.14 2016/09/05 01:00:07 sevan Exp $ */ 40 static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93"; 42 __RCSID("$NetBSD: sync.c,v 1.14 2016/09/05 01:00:07 sevan Exp $"); 54 sync();
|
| /src/external/mit/xorg/lib/libxcb/sync/ |
| Makefile | 3 XCBEXT= sync
|
| /src/external/mit/xorg/server/xorg-server/miext/sync/ |
| Makefile | 7 LIB= sync 8 SRCS= ${SRCS.sync} 10 .include "Makefile.sync"
|
| /src/external/mit/xorg/server/xorg-server.old/miext/sync/ |
| Makefile | 7 LIB= sync 8 SRCS= ${SRCS.sync} 10 .include "Makefile.sync"
|
| /src/external/mit/xorg/server/xorg-server/miext/ |
| Makefile | 3 SUBDIR= damage shadow sync # rootless
|
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_syncmap.c | 106 static int check_syncmap_free(struct i915_syncmap **sync) 108 i915_syncmap_free(sync); 109 if (*sync) { 110 pr_err("sync not cleared after free\n"); 117 static int dump_syncmap(struct i915_syncmap *sync, int err) 122 return check_syncmap_free(&sync); 128 if (i915_syncmap_print_to_buf(sync, buf, PAGE_SIZE)) 134 i915_syncmap_free(&sync); 140 struct i915_syncmap *sync = (void *)~0ul; local 147 i915_syncmap_init(&sync); 211 struct i915_syncmap *sync; local 278 struct i915_syncmap *sync; local 339 struct i915_syncmap *sync; local 409 struct i915_syncmap *sync; local 453 struct i915_syncmap *sync; local 551 struct i915_syncmap *sync; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_sync.h | 37 * Container for fences used to sync command submissions. 44 void amdgpu_sync_create(struct amdgpu_sync *sync); 45 int amdgpu_sync_fence(struct amdgpu_sync *sync, struct dma_fence *f, 47 int amdgpu_sync_vm_fence(struct amdgpu_sync *sync, struct dma_fence *fence); 49 struct amdgpu_sync *sync, 53 struct dma_fence *amdgpu_sync_peek_fence(struct amdgpu_sync *sync, 55 struct dma_fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync, 58 int amdgpu_sync_wait(struct amdgpu_sync *sync, bool intr); 59 void amdgpu_sync_free(struct amdgpu_sync *sync);
|
| amdgpu_sync.c | 49 * amdgpu_sync_create - zero init sync object 51 * @sync: sync object to initialize 53 * Just clear the sync object for now. 55 void amdgpu_sync_create(struct amdgpu_sync *sync) 57 hash_init(sync->fences); 58 sync->last_vm_update = NULL; 131 * @sync: sync object to add the fence to 137 static bool amdgpu_sync_add_later(struct amdgpu_sync *sync, struct dma_fence *f [all...] |
| /src/external/mit/xorg/server/xorg-server.old/miext/ |
| Makefile | 3 SUBDIR= damage shadow cw sync # rootless
|
| /src/sys/arch/playstation2/playstation2/ |
| locore_machdep.S | 82 sync.p 112 sync.p 126 sync.p 158 sync.l 159 sync.p 162 cache CACHEOP_R5900_IWBINV_D, 0(t0);sync.l;sync.p # way 0 163 cache CACHEOP_R5900_IWBINV_D, 1(t0);sync.l;sync.p # way 1 165 cache CACHEOP_R5900_IWBINV_D, 64(t0);sync.l;sync.p # way [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_dac507d.c | 33 u32 *push, sync = 0; local 36 sync |= asyh->or.nvsync << 1; 37 sync |= asyh->or.nhsync; 41 evo_data(push, sync);
|
| /src/sys/arch/x68k/stand/xxboot/cdboot_cd9660/ |
| Makefile | 7 ( ( echo -n X68SCSI1 | dd bs=2048 conv=sync ) ; \ 8 ( cat ${PROG} | dd bs=2048 conv=sync ) ) > ${PROG}.n ; \
|
| /src/sys/arch/evbppc/ev64260/ |
| ev64260_locore.S | 102 eieio; sync 108 eieio; sync 128 sync ; isync 142 sync 144 sync /* wait for it to finish */ 151 sync 159 sync 161 sync 168 sync 170 sync [all...] |
| /src/common/lib/libc/arch/powerpc/atomic/ |
| membar_ops.S | 89 * Except we can't use it on booke, so use sync for now. 91 sync 117 * sync for now. 119 sync 126 * sync, or `heavyweight sync', is a full sequential 129 sync
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_sync.c | 40 * radeon_sync_create - zero init sync object 42 * @sync: sync object to initialize 44 * Just clear the sync object for now. 46 void radeon_sync_create(struct radeon_sync *sync) 51 sync->semaphores[i] = NULL; 54 sync->sync_to[i] = NULL; 56 sync->last_vm_update = NULL; 60 * radeon_sync_fence - use the semaphore to sync to a fence 62 * @sync: sync object to add fence t [all...] |
| radeon_rv770_dma.c | 41 * @resv: reservation object to sync to 53 struct radeon_sync sync; local 60 radeon_sync_create(&sync); 67 radeon_sync_free(rdev, &sync, NULL); 71 radeon_sync_resv(rdev, &sync, resv, false); 72 radeon_sync_rings(rdev, &sync, ring->idx); 91 radeon_sync_free(rdev, &sync, NULL); 96 radeon_sync_free(rdev, &sync, fence);
|
| /src/external/bsd/tre/dist/tests/ |
| build-run.sh | 9 sync 11 sync
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/selftests/ |
| mock_timeline.c | 26 i915_syncmap_init(&timeline->sync); 33 i915_syncmap_free(&timeline->sync);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
| tsan_clock_test.cc | 64 SyncClock sync; local 69 vector.release(&cache, &sync); 71 for (ClockElem &ce : sync) { 73 ASSERT_EQ(sync.get_clean(i), ce.epoch); 77 sync.Reset(&cache); 103 SyncClock sync; local 104 thr1.ReleaseStore(&cache, &sync); 106 thr2.acquire(&cache, &sync); 107 thr2.acquire(&cache, &sync); 109 sync.Reset(&cache) 182 SyncClock sync; local 197 SyncClock sync; local 212 SyncClock sync; local 230 SyncClock sync; local 249 SyncClock sync; local [all...] |
| /src/distrib/sun3/ |
| MakeBootTape | 22 dd if=tapeboot of=$T obs=8k conv=sync 26 dd of=$T obs=8k conv=sync 30 dd of=$T obs=8k conv=sync
|
| /src/sys/arch/amiga/stand/bootblock/ppcboot/ |
| kickstart.S | 57 sync 60 sync 93 sync 103 sync /* and wait for past instructions to finish */ 110 sync /* and wait for past instructions to finish */ 116 sync
|
| /src/sys/arch/amigappc/amigappc/ |
| locore.S | 98 * r30: inhibit sync flags 121 sync 131 sync 138 sync 146 sync 149 sync 152 sync 155 sync 205 sync 208 sync [all...] |