HomeSort by: relevance | last modified time | path
    Searched defs:sync (Results 1 - 25 of 63) 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 in function:dac507d_ctrl
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/tests/usr.bin/xlint/lint2/
Makefile 31 sync-mi: .PHONY
  /src/tests/usr.bin/indent/
Makefile 150 ${MAKE} sync-mi
154 sync-mi: .PHONY
  /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 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);
radeon_evergreen_dma.c 119 struct radeon_sync sync; local in function:evergreen_copy_dma
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 in function:si_copy_dma
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 in function:r600_copy_dma
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/tests/usr.bin/xlint/lint1/
Makefile 53 ${MAKE} sync-mi
57 sync-mi: .PHONY
  /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/usr.bin/make/
Makefile 119 accept sync-mi: .MAKE
  /src/common/dist/zlib/contrib/iostream/
zfstream.cpp 12 sync();
106 sync();
206 int gzfilebuf::sync() { function in class:gzfilebuf
  /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/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 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/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 265 bool sync = true; local in function:physio
276 physio_wait(ps, sync ? 0 : concurrency);
337 sync = false;
344 sync = true;
  /src/sys/ufs/lfs/
lfs_subr.c 440 unsigned long sync, ckp; local in function:lfs_segunlock
455 sync = sp->seg_flags & SEGM_SYNC;
470 * If we're not sync, we're done with sp, get rid of it.
475 if (!sync)
512 while (ckp && sync && fs->lfs_iocount) {
517 while (sync && sp->seg_iocount) {
523 if (sync)
530 if (sync)
535 /* If sync, we can clean the remainder too */
536 if (sync)
    [all...]
  /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 in function:esc_setup_nexus
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...]
  /src/sys/arch/arc/isa/
isadma_bounce.c 466 void (*sync)(bus_dma_tag_t, bus_dmamap_t, bus_addr_t, bus_size_t, int); local in function:isadma_bounce_dmamap_sync
468 sync = _bus_dmamap_sync;
491 ((*sync)(t, map, offset, len, ops));
502 ((*sync)(t, map, offset, len, ops));
561 * Now at the first mbuf to sync; nail
602 ((*sync)(t, map, offset, len, ops));
  /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 in function:rtw_sa2400_tune
208 sync = SA2400_SYNC_CP_NORMAL;
217 sync)) != 0)
  /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/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...]

Completed in 22 milliseconds

1 2 3