Searched refs:sync (Results 126 - 150 of 185) sorted by relevance

12345678

/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_engine.h232 void __intel_engine_flush_submission(struct intel_engine_cs *engine, bool sync);
/openbsd-current/include/
H A Dunistd.h421 void sync(void);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_vm.c174 * Returns the fence we need to sync to (if any).
704 radeon_sync_resv(rdev, &ib.sync, pd->tbo.base.resv, true);
833 radeon_sync_resv(rdev, &ib->sync, pt->tbo.base.resv, true);
1008 radeon_sync_fence(&ib.sync, vm->ids[i].last_id_use);
H A Dradeon_cs.c264 r = radeon_sync_resv(p->rdev, &p->ib.sync, resv,
489 DRM_ERROR("Failed to sync rings: %i\n", r);
545 radeon_sync_fence(&p->ib.sync, bo_va->last_pt_update);
591 DRM_ERROR("Failed to sync rings: %i\n", r);
H A Dradeon.h588 void radeon_sync_create(struct radeon_sync *sync);
589 void radeon_sync_fence(struct radeon_sync *sync,
592 struct radeon_sync *sync,
596 struct radeon_sync *sync,
598 void radeon_sync_free(struct radeon_device *rdev, struct radeon_sync *sync,
803 struct radeon_sync sync; member in struct:radeon_ib
/openbsd-current/sys/arch/armv7/omap/
H A Domdisplay.c367 int sync; member in struct:omdisplay_panel_data
380 9, 9, 19, /* horiz sync, fp, bp */
381 1, 2, 2, /* vert sync, fp, bp */
383 0, /* sync */
949 if (geom->sync & PANEL_SYNC_H_ACTIVE_HIGH)
951 if (geom->sync & PANEL_SYNC_V_ACTIVE_HIGH)
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dmmix-opc.c322 {"sync", O (0xfc), OP (sync), N},
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmmix-opc.c322 {"sync", O (0xfc), OP (sync), N},
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd.h84 struct amdgpu_sync sync; member in struct:kgd_mem
/openbsd-current/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_mst_helper.h858 bool sync);
/openbsd-current/usr.sbin/ldapd/
H A Dldapd.h127 int sync; /* 1 = fsync after commit */ member in namespace:__anon56
H A Dparse.y286 | FSYNC boolean { current_ns->sync = $2; }
1209 ns->sync = 1;
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.xs274 sync(fp)
/openbsd-current/sys/dev/ic/
H A Dar5008.c1362 uint32_t intr, intr2, intr5, sync; local
1377 sync = AR_READ(sc, AR_INTR_SYNC_CAUSE) & sc->isync;
1378 if (intr == 0 && sync == 0)
1418 if (sync != 0) {
1419 if (sync & (AR_INTR_SYNC_HOST1_FATAL |
1423 if (sync & AR_INTR_SYNC_RADM_CPL_TIMEOUT) {
1429 (sync & AR_INTR_SYNC_GPIO_PIN(sc->rfsilent_pin))) {
1439 AR_WRITE(sc, AR_INTR_SYNC_CAUSE, sync);
H A Dar9003.c1312 uint32_t intr, intr2, intr5, sync; local
1327 sync = AR_READ(sc, AR_INTR_SYNC_CAUSE) & sc->isync;
1328 if (intr == 0 && sync == 0)
1368 if (sync != 0) {
1369 if (sync & AR_INTR_SYNC_RADM_CPL_TIMEOUT) {
1375 (sync & AR_INTR_SYNC_GPIO_PIN(sc->rfsilent_pin))) {
1385 AR_WRITE(sc, AR_INTR_SYNC_CAUSE, sync);
/openbsd-current/usr.sbin/installboot/
H A Di386_installboot.c213 sync(); sleep(1);
750 sync(); sleep(1);
/openbsd-current/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp920 const bool sync = false; local
926 sync);
/openbsd-current/sys/kern/
H A Dvfs_subr.c976 * generally the filesystem is sync'd already, right?
1703 printf("%s: failed to sync\n",
1798 * perform sync() operation and wait for buffers to flush.
1811 /* Wait for sync to finish. */
2051 vflushbuf(struct vnode *vp, int sync) argument
2070 if (bp->b_vp == vp || sync == 0)
2076 if (sync == 0) {
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Distream_unformatted.cc129 // int sync()
130 int i = is_00.sync();
/openbsd-current/gnu/usr.bin/cc/libgcc/
H A DMakefile169 LIB2FUNCS_EXTRA = sync.S
/openbsd-current/gnu/usr.bin/perl/ext/VMS-DCLsym/
H A DDCLsym.pm248 will be out of sync with the symbol table. If you expect this to happen, you
/openbsd-current/regress/lib/libc/db/
H A Ddbtest.c211 case 'S': /* sync */
444 switch (dbp->sync(dbp, flags)) {
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp25 #include <objc/objc-sync.h>
454 // Unfortunately, the interceptors cannot simply Acquire/Release some sync
456 // the sync and the destruction of the object. Calling both under a lock will
/openbsd-current/sbin/quotacheck/
H A Dquotacheck.c281 sync();
/openbsd-current/sbin/dump/
H A Dmain.c443 sync();

Completed in 242 milliseconds

12345678