/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/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 in function:igt_syncmap_init 147 i915_syncmap_init(&sync); 211 struct i915_syncmap *sync; local in function:igt_syncmap_one 278 struct i915_syncmap *sync; local in function:igt_syncmap_join_above 339 struct i915_syncmap *sync; local in function:igt_syncmap_join_below 409 struct i915_syncmap *sync; local in function:igt_syncmap_neighbours 453 struct i915_syncmap *sync; local in function:igt_syncmap_compact 551 struct i915_syncmap *sync; local in function:igt_syncmap_random [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/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 in function:dac507d_ctrl 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 in function:rv770_copy_dma 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/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 in function:__tsan::TEST 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 in function:__tsan::TEST 104 thr1.ReleaseStore(&cache, &sync); 106 thr2.acquire(&cache, &sync); 107 thr2.acquire(&cache, &sync); 109 sync.Reset(&cache) 182 SyncClock sync; local in function:__tsan::TEST 197 SyncClock sync; local in function:__tsan::TEST 212 SyncClock sync; local in function:__tsan::TEST 230 SyncClock sync; local in function:__tsan::TEST 249 SyncClock sync; local in function:__tsan::TEST [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
|
MakeInstTape | 22 dd if=../../binary/sets/${f}.tgz 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...] |
/src/distrib/sun2/ |
MakeInstTape | 22 dd if=../../binary/sets/${f}.tgz of=$T obs=8k conv=sync
|
MakeBootTape | 21 dd if=tapeboot of=$T obs=8k conv=sync 25 dd of=$T obs=8k conv=sync
|
/src/sys/arch/i386/bioscall/ |
bin2asm.sh | 19 dd if=${in} bs=${len} conv=sync |\
|
/src/regress/sys/fs/lfs/newfs_fsck/ |
smallfiles | 20 sync 30 sync
|
/src/games/sail/ |
Makefile | 7 assorted.c game.c globals.c misc.c parties.c sync.c array.c version.c 15 COPTS.sync.c+= -Wno-format-nonliteral
|
/src/tests/lib/libc/atomic/ |
Makefile | 27 CPPFLAGS.t___sync_nand.c+= -Wno-sync-nand 29 CPPFLAGS.t___sync_nand.c+= -Wno-sync-fetch-and-nand-semantics-changed
|
/src/bin/ |
Makefile | 6 setfacl sh sleep stty sync test
|