Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 25 of 76) sorted by relevance

1234

/openbsd/sys/dev/pci/drm/i915/selftests/
H A Di915_syncmap.c101 static int check_syncmap_free(struct i915_syncmap **sync) in check_syncmap_free()
112 static int dump_syncmap(struct i915_syncmap *sync, int err) in dump_syncmap()
135 struct i915_syncmap *sync = (void *)~0ul; in igt_syncmap_init() local
163 static int check_one(struct i915_syncmap **sync, u64 context, u32 seqno) in check_one()
206 struct i915_syncmap *sync; in igt_syncmap_one() local
238 static int check_leaf(struct i915_syncmap **sync, u64 context, u32 seqno) in check_leaf()
273 struct i915_syncmap *sync; in igt_syncmap_join_above() local
334 struct i915_syncmap *sync; in igt_syncmap_join_below() local
404 struct i915_syncmap *sync; in igt_syncmap_neighbours() local
448 struct i915_syncmap *sync; in igt_syncmap_compact() local
[all …]
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_sync.c52 void amdgpu_sync_create(struct amdgpu_sync *sync) in amdgpu_sync_create()
133 static bool amdgpu_sync_add_later(struct amdgpu_sync *sync, struct dma_fence *f) in amdgpu_sync_add_later()
155 int amdgpu_sync_fence(struct amdgpu_sync *sync, struct dma_fence *f) in amdgpu_sync_fence()
239 int amdgpu_sync_resv(struct amdgpu_device *adev, struct amdgpu_sync *sync, in amdgpu_sync_resv()
288 struct dma_fence *amdgpu_sync_peek_fence(struct amdgpu_sync *sync, in amdgpu_sync_peek_fence()
328 struct dma_fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync) in amdgpu_sync_get_fence()
391 int amdgpu_sync_push_to_job(struct amdgpu_sync *sync, struct amdgpu_job *job) in amdgpu_sync_push_to_job()
415 int amdgpu_sync_wait(struct amdgpu_sync *sync, bool intr) in amdgpu_sync_wait()
439 void amdgpu_sync_free(struct amdgpu_sync *sync) in amdgpu_sync_free()
H A Damdgpu_amdkfd_gpuvm.c451 static int vm_update_pds(struct amdgpu_vm *vm, struct amdgpu_sync *sync) in vm_update_pds()
1073 struct amdgpu_sync *sync; member
1193 struct amdgpu_sync *sync) in unmap_bo_from_gpuvm()
1210 struct amdgpu_sync *sync) in update_gpuvm_pte()
1232 struct amdgpu_sync *sync, in map_bo_to_gpuvm()
1279 struct amdgpu_sync *sync) in process_sync_pds_resv()
1299 struct amdgpu_sync *sync) in process_update_pds()
2103 struct amdgpu_sync sync; in amdgpu_amdkfd_gpuvm_sync_memory() local
2494 struct amdgpu_sync sync; in validate_invalid_user_pages() local
H A Damdgpu_vm_sdma.c90 struct amdgpu_sync sync; in amdgpu_vm_sdma_prepare() local
H A Damdgpu_cs.h81 struct amdgpu_sync sync; member
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_sync.c41 void radeon_sync_create(struct radeon_sync *sync) in radeon_sync_create()
62 void radeon_sync_fence(struct radeon_sync *sync, in radeon_sync_fence()
90 struct radeon_sync *sync, in radeon_sync_resv()
122 struct radeon_sync *sync, in radeon_sync_rings()
197 struct radeon_sync *sync, in radeon_sync_free()
H A Drv770_dma.c48 struct radeon_sync sync; in rv770_copy_dma() local
H A Devergreen_dma.c113 struct radeon_sync sync; in evergreen_copy_dma() local
H A Dsi_dma.c236 struct radeon_sync sync; in si_copy_dma() local
/openbsd/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_libio.cc93 __basic_file<char>::sync() in sync() function in std::__basic_file
172 __basic_file<wchar_t>::sync() in sync() function in std::__basic_file
H A Dbasic_file_stdio.cc219 __basic_file<char>::sync() in sync() function in std::__basic_file
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/
H A DBunzip2.pm100 sub sync subroutine
H A DIdentity.pm168 sub sync subroutine
H A DInflate.pm115 sub sync subroutine
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DParallel.h71 void sync() const { in sync() function
106 void sync() const { L.sync(); } in sync() function
/openbsd/sys/dev/wscons/
H A Dwsmouseinput.h39 u_int sync; member
48 u_int sync; member
59 u_int sync; member
89 u_int sync[MTS_SIZE]; member
H A Dwsmouse.c609 set_x(struct position *pos, int x, u_int *sync, u_int mask) in set_x()
628 set_y(struct position *pos, int y, u_int *sync, u_int mask) in set_y()
979 u_int bit, sync; in wsmouse_btn_sync() local
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_sentry.cc42 virtual int sync () in sync() function
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display_rps.c22 unsigned mode, int sync, void *key) in do_rps_boost()
/openbsd/sys/dev/ic/
H A Dsiop_common.c407 int sync, offset, options, scf = 0; in siop_ppr_neg() local
519 int sync, maxoffset, offset, i; in siop_sdtr_neg() local
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_timeline_types.h81 struct i915_syncmap *sync; member
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp111 VectorClock *sync; member
289 VectorClock *sync; member
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp304 const bool sync = false; in Activate() local
/openbsd/libexec/spamd/
H A Dgrey.c758 greyupdate(char *dbname, char *helo, char *ip, char *from, char *to, int sync, in greyupdate()
923 int state, sync; in greyreader() local
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp217 const bool sync = false; in Activate() local

1234