| /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/external/bsd/drm2/dist/drm/radeon/ |
| 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);
|
| radeon_evergreen_dma.c | 119 struct radeon_sync sync; local 126 radeon_sync_create(&sync); 133 radeon_sync_free(rdev, &sync, NULL); 137 radeon_sync_resv(rdev, &sync, resv, false); 138 radeon_sync_rings(rdev, &sync, ring->idx); 157 radeon_sync_free(rdev, &sync, NULL); 162 radeon_sync_free(rdev, &sync, fence);
|
| radeon_si_dma.c | 230 * @resv: reservation object to sync to 242 struct radeon_sync sync; local 249 radeon_sync_create(&sync); 256 radeon_sync_free(rdev, &sync, NULL); 260 radeon_sync_resv(rdev, &sync, resv, false); 261 radeon_sync_rings(rdev, &sync, ring->idx); 280 radeon_sync_free(rdev, &sync, NULL); 285 radeon_sync_free(rdev, &sync, fence);
|
| radeon_r600_dma.c | 442 * @resv: reservation object to sync to 454 struct radeon_sync sync; local 461 radeon_sync_create(&sync); 468 radeon_sync_free(rdev, &sync, NULL); 472 radeon_sync_resv(rdev, &sync, resv, false); 473 radeon_sync_rings(rdev, &sync, ring->idx); 492 radeon_sync_free(rdev, &sync, NULL); 497 radeon_sync_free(rdev, &sync, fence);
|
| /src/external/bsd/kyua-cli/dist/utils/process/ |
| systembuf.cpp | 127 if (sync() == -1) 141 systembuf::sync(void) function in class:systembuf
|
| /src/common/dist/zlib/contrib/iostream3/ |
| zfstream.cc | 32 // Sync output buffer and close only if responsible for file 34 this->sync(); 114 // Attempt to sync and close gzipped file 115 if (this->sync() == -1) 269 // First make sure stuff is sync'ed, for safety 270 if (this->sync() == -1) 299 gzfilebuf::sync() function in class:gzfilebuf
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_timeline_types.h | 78 * recent sync point. As the contexts may be executed out-of-order, we 84 struct i915_syncmap *sync; member in struct:intel_timeline
|
| /src/external/gpl3/binutils/dist/zlib/contrib/iostream3/ |
| zfstream.cc | 32 // Sync output buffer and close only if responsible for file 34 this->sync(); 114 // Attempt to sync and close gzipped file 115 if (this->sync() == -1) 269 // First make sure stuff is sync'ed, for safety 270 if (this->sync() == -1) 299 gzfilebuf::sync() function in class:gzfilebuf
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/ |
| zfstream.cc | 32 // Sync output buffer and close only if responsible for file 34 this->sync(); 114 // Attempt to sync and close gzipped file 115 if (this->sync() == -1) 269 // First make sure stuff is sync'ed, for safety 270 if (this->sync() == -1) 299 gzfilebuf::sync() function in class:gzfilebuf
|
| /src/external/gpl3/gdb/dist/zlib/contrib/iostream3/ |
| zfstream.cc | 32 // Sync output buffer and close only if responsible for file 34 this->sync(); 114 // Attempt to sync and close gzipped file 115 if (this->sync() == -1) 269 // First make sure stuff is sync'ed, for safety 270 if (this->sync() == -1) 299 gzfilebuf::sync() function in class:gzfilebuf
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/ |
| zfstream.cc | 32 // Sync output buffer and close only if responsible for file 34 this->sync(); 114 // Attempt to sync and close gzipped file 115 if (this->sync() == -1) 269 // First make sure stuff is sync'ed, for safety 270 if (this->sync() == -1) 299 gzfilebuf::sync() function in class:gzfilebuf
|
| /src/common/dist/zlib/contrib/iostream/ |
| zfstream.cpp | 12 sync(); 106 sync(); 206 int gzfilebuf::sync() { function in class:gzfilebuf
|
| /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/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_job.h | 47 struct amdgpu_sync sync; member in struct:amdgpu_job
|
| /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/nouveau/ |
| nouveau_fence.h | 39 int (*sync)(struct nouveau_fence *, struct nouveau_channel *, member in struct:nouveau_fence_chan
|
| /src/sys/kern/ |
| kern_physio.c | 268 bool sync = true; local 279 physio_wait(ps, sync ? 0 : concurrency); 340 sync = false; 347 sync = true;
|
| /src/external/bsd/atf/dist/tools/ |
| io.cpp | 201 if (sync() == -1) 211 impl::systembuf::sync(void) function in class:impl::systembuf
|
| /src/external/gpl3/binutils/dist/zlib/contrib/iostream/ |
| zfstream.cpp | 12 sync(); 106 sync(); 206 int gzfilebuf::sync() { function in class:gzfilebuf
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream/ |
| zfstream.cpp | 12 sync(); 106 sync(); 206 int gzfilebuf::sync() { function in class:gzfilebuf
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| stdio_sync_filebuf.h | 191 sync() function in class:stdio_sync_filebuf
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| stdio_sync_filebuf.h | 189 sync() function in class:stdio_sync_filebuf
|
| /src/external/gpl3/gdb/dist/zlib/contrib/iostream/ |
| zfstream.cpp | 12 sync(); 106 sync(); 206 int gzfilebuf::sync() { function in class:gzfilebuf
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream/ |
| zfstream.cpp | 12 sync(); 106 sync(); 206 int gzfilebuf::sync() { function in class:gzfilebuf
|