/drivers/hdf_core/adapter/khdf/linux/manager/src/ |
H A D | hdf_kevent.c | 83 struct HdfKeventWait **wait, uint64_t class, int32_t eventId, const char *content, bool sync) in PrepareEvent() 99 if (sync) { in PrepareEvent() 123 struct HdfKeventModule *keventModule, uint16_t class, int32_t event, const char *content, bool sync) in SendKevent() 134 eventBuf = PrepareEvent(&wait, class, event, content, sync); in SendKevent() 140 if (sync) { in SendKevent() 145 if (sync) { in SendKevent() 157 if (sync) { in SendKevent() 174 int32_t HdfSysEventSend(uint64_t eventClass, uint32_t event, const char *content, bool sync) in HdfSysEventSend() argument 181 return SendKevent(keventmodule, eventClass, event, content, sync); in HdfSysEventSend() 218 bool sync in KeventPmNotifierFn() local 82 PrepareEvent( struct HdfKeventWait **wait, uint64_t class, int32_t eventId, const char *content, bool sync) PrepareEvent() argument 122 SendKevent( struct HdfKeventModule *keventModule, uint16_t class, int32_t event, const char *content, bool sync) SendKevent() argument 252 bool sync = false; KeventFbNotifierFn() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | synch.h | 47 sync; \ 50 # define LWSYNC sync 60 #define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(sync) "\n" 61 #define PPC_ATOMIC_EXIT_BARRIER "\n" stringify_in_c(sync) "\n"
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | dac507d.c | 33 u32 sync = 0; in dac507d_ctrl() local 37 sync |= NVVAL(NV507D, DAC_SET_POLARITY, HSYNC, asyh->or.nhsync); in dac507d_ctrl() 38 sync |= NVVAL(NV507D, DAC_SET_POLARITY, VSYNC, asyh->or.nvsync); in dac507d_ctrl() 45 DAC_SET_POLARITY(or), sync); in dac507d_ctrl()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | dac507d.c | 33 u32 sync = 0; in dac507d_ctrl() local 37 sync |= NVVAL(NV507D, DAC_SET_POLARITY, HSYNC, asyh->or.nhsync); in dac507d_ctrl() 38 sync |= NVVAL(NV507D, DAC_SET_POLARITY, VSYNC, asyh->or.nvsync); in dac507d_ctrl() 45 DAC_SET_POLARITY(or), sync); in dac507d_ctrl()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | evergreen_dma.c | 114 struct radeon_sync sync; in evergreen_copy_dma() local 121 radeon_sync_create(&sync); in evergreen_copy_dma() 128 radeon_sync_free(rdev, &sync, NULL); in evergreen_copy_dma() 132 radeon_sync_resv(rdev, &sync, resv, false); in evergreen_copy_dma() 133 radeon_sync_rings(rdev, &sync, ring->idx); in evergreen_copy_dma() 152 radeon_sync_free(rdev, &sync, NULL); in evergreen_copy_dma() 157 radeon_sync_free(rdev, &sync, fence); in evergreen_copy_dma()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_util.c | 13 struct vn_renderer_sync *sync; in vn_renderer_submit_simple_sync() local 15 vn_renderer_sync_create(renderer, 0, VN_RENDERER_SYNC_BINARY, &sync); in vn_renderer_submit_simple_sync() 25 .syncs = &sync, in vn_renderer_submit_simple_sync() 33 .syncs = &sync, in vn_renderer_submit_simple_sync() 42 vn_renderer_sync_destroy(renderer, sync); in vn_renderer_submit_simple_sync()
|
/third_party/vk-gl-cts/framework/platform/ohos/display/ |
H A D | tcuOhosNativeDisplay.cpp | 88 eglw::EGLint OhosLibrary::clientWaitSync(eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags, eglw::EGLTime timeout) const in clientWaitSync() argument 90 return OHOS::OhosContextI::GetInstance().OH_clientWaitSync(dpy, sync, flags, timeout); in clientWaitSync() 93 eglw::EGLint OhosLibrary::clientWaitSyncKHR(eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EGLint flags, eglw::EGLTimeKHR timeout) const in clientWaitSyncKHR() argument 95 return OHOS::OhosContextI::GetInstance().OH_clientWaitSyncKHR(dpy, sync, flags, timeout); in clientWaitSyncKHR() 188 eglw::EGLBoolean OhosLibrary::destroySync(eglw::EGLDisplay dpy, eglw::EGLSync sync) const in destroySync() 190 return OHOS::OhosContextI::GetInstance().OH_destroySync(dpy, sync); in destroySync() 193 eglw::EGLBoolean OhosLibrary::destroySyncKHR(eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync) const in destroySyncKHR() 195 return OHOS::OhosContextI::GetInstance().OH_destroySyncKHR(dpy, sync); in destroySyncKHR() 248 eglw::EGLBoolean OhosLibrary::getSyncAttrib(eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint attribute, eglw::EGLAttrib *value) const in getSyncAttrib() argument 250 return OHOS::OhosContextI::GetInstance().OH_getSyncAttrib(dpy, sync, attribut in getSyncAttrib() 253 getSyncAttribKHR(eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EGLint attribute, eglw::EGLint *value) const getSyncAttribKHR() argument 308 signalSyncKHR(eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EGLenum mode) const signalSyncKHR() argument 358 waitSync(eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags) const waitSync() argument 363 waitSyncKHR(eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EGLint flags) const waitSyncKHR() argument [all...] |
/third_party/alsa-lib/test/ |
H A D | control.c | 46 snd_pcm_sync_id_t sync; in main() local 72 sync = snd_pcm_info_get_sync(pcminfo); in main() 73 printf(" sync - 0x%x,0x%x,0x%x,0x%x\n", sync.id32[0], sync.id32[1], sync.id32[2], sync.id32[3]); in main()
|
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
H A D | index.js | 3 exports.glob = exports.hasMagic = exports.Glob = exports.unescape = exports.escape = exports.sync = exports.iterate = exports.iterateSync = exports.stream = exports.streamSync = exports.globIterate = exports.globIterateSync = exports.globSync = exports.globStream = exports.globStreamSync = void 0; 30 // aliases: glob.sync.stream() glob.stream.sync() glob.sync() etc 32 exports.stream = Object.assign(globStream, { sync: globStreamSync }); 35 sync: globIterateSync, 37 exports.sync = Object.assign(globSync, { 53 sync: exports.sync,
|
/kernel/linux/linux-6.6/drivers/iio/imu/ |
H A D | adis16475.c | 84 const struct adis16475_sync *sync; member 300 * When using sync scaled mode, the input clock needs to be scaled so that we have in adis16475_set_freq() 667 .sync = adis16475_sync_mode, 682 .sync = adis16475_sync_mode, 697 .sync = adis16475_sync_mode, 712 .sync = adis16475_sync_mode, 727 .sync = adis16475_sync_mode, 743 .sync = adis16475_sync_mode, 759 .sync = adis16475_sync_mode, 775 .sync 1128 const struct adis16475_sync *sync; adis16475_config_sync_mode() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | synch.h | 50 sync; \ 53 # define LWSYNC sync 63 #define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(sync) "\n" 64 #define PPC_ATOMIC_EXIT_BARRIER "\n" stringify_in_c(sync) "\n"
|
/third_party/node/deps/npm/node_modules/isexe/ |
H A D | index.js | 10 isexe.sync = sync 46 function sync (path, options) { 49 return core.sync(path, options || {})
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | misc_32.S | 160 sync 163 sync 188 sync 191 sync 207 sync 209 sync 226 sync 228 sync 231 sync 233 sync [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | misc_32.S | 121 sync 124 sync 149 sync 152 sync 168 sync 170 sync 187 sync 189 sync 192 sync 194 sync [all...] |
/kernel/linux/linux-5.10/drivers/iio/imu/ |
H A D | adis16475.c | 83 const struct adis16475_sync *sync; member 604 .sync = adis16475_sync_mode, 619 .sync = adis16475_sync_mode, 634 .sync = adis16475_sync_mode, 649 .sync = adis16475_sync_mode, 664 .sync = adis16475_sync_mode, 679 .sync = adis16475_sync_mode, 694 .sync = adis16475_sync_mode, 709 .sync = adis16475_sync_mode, 724 .sync 1071 const struct adis16475_sync *sync; adis16475_config_sync_mode() local [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | Synchronization.h | 204 // POSIX sync objects for WaitForMultipleObjects
292 CSynchro *sync,
in Create() 295 this->_sync = sync;
in Create() 322 WRes Create(CSynchro *sync, bool initiallyOwn = false) { return CBaseEvent_WFMO::Create(sync, true, initiallyOwn); }
in Create() argument 329 WRes Create(CSynchro *sync) { return CBaseEvent_WFMO::Create(sync, false, false); }
in Create() argument 330 WRes CreateIfNotCreated_Reset(CSynchro *sync)
in CreateIfNotCreated_Reset() argument 332 return Create(sync);
in CreateIfNotCreated_Reset() 347 WRes Create(CSynchro *sync, UInt3 argument 291 Create( CSynchro *sync, bool manualReset, bool initiallyOwn) Create() argument [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_scheduler.cpp | 443 memory_sync_info sync = get_sync_info(instr); 446 sync.storage = (storage_class)(sync.storage | storage_buffer); 447 sync.semantics = 448 (memory_semantics)((sync.semantics | semantic_private) & ~semantic_can_reorder); 450 return sync; 487 add_memory_event(memory_event_set* set, Instruction* instr, memory_sync_info* sync) 492 if (bar.sync.semantics & semantic_acquire) 493 set->bar_acquire |= bar.sync.storage; 494 if (bar.sync [all...] |
/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_message_task.c | 15 struct HdfMessageTask *task, struct HdfMessage *msg, bool sync, long delay) in HdfMessageTaskSendMessageLater() 21 if (sync) { in HdfMessageTaskSendMessageLater() 36 int32_t HdfMessageTaskSendMessage(struct HdfMessageTask *task, struct HdfMessage *msg, bool sync) in HdfMessageTaskSendMessage() argument 38 return HdfMessageTaskSendMessageLater(task, msg, sync, 0); in HdfMessageTaskSendMessage() 14 HdfMessageTaskSendMessageLater( struct HdfMessageTask *task, struct HdfMessage *msg, bool sync, long delay) HdfMessageTaskSendMessageLater() argument
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | mft.h | 66 MFT_RECORD *m, int sync); 68 extern int write_mft_record_nolock(ntfs_inode *ni, MFT_RECORD *m, int sync); 74 * @sync: if true, wait for i/o completion 88 static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record() argument 95 err = write_mft_record_nolock(ni, m, sync); in write_mft_record()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | mft.h | 66 MFT_RECORD *m, int sync); 68 extern int write_mft_record_nolock(ntfs_inode *ni, MFT_RECORD *m, int sync); 74 * @sync: if true, wait for i/o completion 88 static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record() argument 95 err = write_mft_record_nolock(ni, m, sync); in write_mft_record()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ids.c | 190 * @sync: sync object where we add dependencies 193 * Try to find an idle VMID, if none is idle add a fence to wait to the sync 198 struct amdgpu_sync *sync, in amdgpu_vmid_grab_idle() 209 return amdgpu_sync_fence(sync, ring->vmid_wait); in amdgpu_vmid_grab_idle() 248 r = amdgpu_sync_fence(sync, &array->base); in amdgpu_vmid_grab_idle() 263 * @sync: sync object where we add dependencies 271 struct amdgpu_sync *sync, in amdgpu_vmid_grab_reserved() 279 struct dma_fence *updates = sync in amdgpu_vmid_grab_reserved() 196 amdgpu_vmid_grab_idle(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_sync *sync, struct amdgpu_vmid **idle) amdgpu_vmid_grab_idle() argument 269 amdgpu_vmid_grab_reserved(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_sync *sync, struct dma_fence *fence, struct amdgpu_job *job, struct amdgpu_vmid **id) amdgpu_vmid_grab_reserved() argument 338 amdgpu_vmid_grab_used(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_sync *sync, struct dma_fence *fence, struct amdgpu_job *job, struct amdgpu_vmid **id) amdgpu_vmid_grab_used() argument 409 amdgpu_vmid_grab(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_sync *sync, struct dma_fence *fence, struct amdgpu_job *job) amdgpu_vmid_grab() argument [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-log.c | 234 enum sync { enum 236 NOSYNC, /* Devices known to be already in sync */ 237 FORCESYNC, /* Force a sync to happen */ 238 } sync; member 327 if (log->sync != DEFAULTSYNC || log->header.magic != MIRROR_MAGIC) { in read_header() 360 * argv contains region_size followed optionally by [no]sync 367 enum sync sync = DEFAULTSYNC; in create_log_context() local 382 if (!strcmp(argv[1], "sync")) in create_log_context() 383 sync in create_log_context() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-log.c | 237 enum sync { enum 239 NOSYNC, /* Devices known to be already in sync */ 240 FORCESYNC, /* Force a sync to happen */ 241 } sync; member 330 if (log->sync != DEFAULTSYNC || log->header.magic != MIRROR_MAGIC) { in read_header() 364 * argv contains region_size followed optionally by [no]sync 372 enum sync sync = DEFAULTSYNC; in create_log_context() local 387 if (!strcmp(argv[1], "sync")) in create_log_context() 388 sync in create_log_context() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_ib.c | 70 radeon_sync_create(&ib->sync); in radeon_ib_get() 99 radeon_sync_free(rdev, &ib->sync, ib->fence); in radeon_ib_free() 148 radeon_sync_fence(&ib->sync, vm_id_fence); in radeon_ib_schedule() 151 /* sync with other rings */ in radeon_ib_schedule() 152 r = radeon_sync_rings(rdev, &ib->sync, ib->ring); in radeon_ib_schedule() 154 dev_err(rdev->dev, "failed to sync rings (%d)\n", r); in radeon_ib_schedule() 161 ib->sync.last_vm_update); in radeon_ib_schedule() 165 radeon_sync_free(rdev, &const_ib->sync, NULL); in radeon_ib_schedule()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_device.c | 68 .out_sync = queue->sync, in panvk_queue_submit_batch() 91 .out_sync = queue->sync, in panvk_queue_submit_batch() 97 submit.in_syncs = (uintptr_t)(&queue->sync); in panvk_queue_submit_batch() 131 .handle = queue->sync, in panvk_queue_transfer_sync() 210 semaphores[0] = queue->sync; in queue_submit() 212 assert(vk_sync_type_is_drm_syncobj(submit->waits[i].sync->type)); in queue_submit() 214 vk_sync_as_drm_syncobj(submit->waits[i].sync); in queue_submit() 291 assert(vk_sync_type_is_drm_syncobj(submit->signals[i].sync->type)); in queue_submit() 293 vk_sync_as_drm_syncobj(submit->signals[i].sync); in queue_submit()
|