HomeSort by: relevance | last modified time | path
    Searched defs:sync (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /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);
disp.h 26 struct nouveau_bo *sync; member in struct:nv50_disp
75 struct nvif_object sync; member in struct:nv50_dmac
  /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);
radeon_cik_sdma.c 578 * @resv: reservation object to sync to
590 struct radeon_sync sync; local
597 radeon_sync_create(&sync);
604 radeon_sync_free(rdev, &sync, NULL);
608 radeon_sync_resv(rdev, &sync, resv, false);
609 radeon_sync_rings(rdev, &sync, ring->idx);
630 radeon_sync_free(rdev, &sync, NULL);
635 radeon_sync_free(rdev, &sync, fence);
  /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/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
amdgpu_amdkfd.h 67 struct amdgpu_sync sync; member in struct:kgd_mem
  /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/libexec/ld.elf_so/arch/hppa/
hppa_reloc.c 116 sync(void) function
118 __asm volatile("sync" : : : "memory");
410 sync();
414 sync();
424 sync();
427 sync();
  /src/sys/arch/acorn32/podulebus/
esc.c 141 * Initialize these to make 'em patchable. Defaults to enable sync and discon.
799 int sync, target, lun; local
843 sync = ((mode & ESC_SELECT_S) ? 1 : 0);
845 /* We can't use sync during polled IO. */
846 if (sync && (mode & ESC_SELECT_I))
847 sync = 0;
849 if (!sync &&
859 } else if (sync && !(nexus->flags & ESC_NF_SYNC_TESTED)) {
1485 case 0x01:/* SYNC. DATA TRANSFER REQUEST */
1525 * initiated sync negotiation, so let
    [all...]
sfas.c 140 * Initialize these to make 'em patchable. Defaults to enable sync and discon.
726 char sync, target, lun; local
770 sync = ((mode & SFAS_SELECT_S) ? 1 : 0);
772 /* We can't use sync during polled IO. */
773 if (sync && (mode & SFAS_SELECT_I))
774 sync = 0;
776 if (!sync &&
786 } else if (sync && !(nexus->flags & SFAS_NF_SYNC_TESTED)) {
1410 case 0x01:/* SYNC. DATA TRANSFER REQUEST */
1450 * initiated sync negotiation, so let
    [all...]
  /src/sys/dev/flash/
flash.h 103 int (*sync)(device_t); member in struct:flash_interface
  /src/sys/dev/ic/
rtwphy.c 188 uint32_t syna, synb, sync; local
208 sync = SA2400_SYNC_CP_NORMAL;
217 sync)) != 0)
siop_common.c 130 /* find min/max sync period for this chip */
144 panic("siop: can't find my sync parameters");
154 panic("siop: can't find my sync parameters");
377 /* we now need to do sync */
403 * but don't schedule a sync neg, target should initiate it
421 int sync, offset, options, scf = 0; local
433 sync = tables->msg_in[3];
447 if (offset > sc->maxoff || sync < sc->dt_minsync ||
448 sync > sc->dt_maxsync) {
450 "offset (%d) or sync (%d) out of range\n"
527 int sync, maxoffset, offset, i; local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.cc 29 FdSync *sync; member in struct:__tsan::FdDesc
99 if (d->sync) {
100 unref(thr, pc, d->sync);
101 d->sync = 0;
106 d->sync = s;
109 d->sync = &fdctx.globsync;
164 FdSync *s = d->sync;
175 FdSync *s = d->sync;
212 unref(thr, pc, d->sync);
213 d->sync = 0
    [all...]
  /src/sys/rump/include/rump/
rump_syscallshotgun.h 93 #define sync() rump_sys_sync() macro
  /src/sys/ufs/ext2fs/
ext2fs_inode.c 301 int sync; local
385 sync = 0;
388 sync = 1;
395 sync = 1;
400 if (sync) {

Completed in 29 milliseconds

1 2 3