/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-debug.c | 109 struct ssp_aux_config_sync *sync; in ssp_print_internal() local 160 sync = (struct ssp_aux_config_sync *)&(dai->aux_cfg[i].sync); in ssp_print_internal() 210 fprintf(stdout, "aux sync sync_denominator %u\n", sync->sync_denominator); in ssp_print_internal() 211 fprintf(stdout, "aux sync count %u\n", sync->count); in ssp_print_internal() 213 for (j = 0; j < sync->count; j++) { in ssp_print_internal() 214 fprintf(stdout, "aux sync node_id %u\n", sync in ssp_print_internal() [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | node_cb.h | 13 /* async & sync */ 31 bool sync; member 40 extern void hmdfs_node_call_evt_cb(struct hmdfs_peer *node, int evt, bool sync,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/selftests/ |
H A D | mock_timeline.c | 21 i915_syncmap_init(&timeline->sync); in mock_timeline_init() 28 i915_syncmap_free(&timeline->sync); in mock_timeline_fini()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | node_cb.h | 13 /* async & sync */ 31 bool sync; member 40 extern void hmdfs_node_call_evt_cb(struct hmdfs_peer *node, int evt, bool sync,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/selftests/ |
H A D | mock_timeline.c | 21 i915_syncmap_init(&timeline->sync); in mock_timeline_init() 28 i915_syncmap_free(&timeline->sync); in mock_timeline_fini()
|
/third_party/mesa3d/src/android_stub/ |
H A D | sync_stub.cpp | 2 #include <sync/sync.h>
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.h | 38 struct vk_sync **sync, 47 struct vk_sync **sync,
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 153 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync); 154 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 155 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); 158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync); 159 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 160 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); 322 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 324 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 459 typedef EGLint (EGLAPIENTRYP PFNEGLWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags); 461 EGLAPI EGLint EGLAPIENTRY eglWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLin [all...] |
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 153 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync); 154 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 155 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); 158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync); 159 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 160 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); 322 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 324 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 459 typedef EGLint (EGLAPIENTRYP PFNEGLWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags); 461 EGLAPI EGLint EGLAPIENTRY eglWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLin [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | backing-dev.c | 934 void clear_bdi_congested(struct backing_dev_info *bdi, int sync) in clear_bdi_congested() argument 936 wait_queue_head_t *wqh = &congestion_wqh[sync]; in clear_bdi_congested() 939 bit = sync ? WB_sync_congested : WB_async_congested; in clear_bdi_congested() 941 atomic_dec(&nr_wb_congested[sync]); in clear_bdi_congested() 948 void set_bdi_congested(struct backing_dev_info *bdi, int sync) in set_bdi_congested() argument 952 bit = sync ? WB_sync_congested : WB_async_congested; in set_bdi_congested() 954 atomic_inc(&nr_wb_congested[sync]); in set_bdi_congested() 960 * @sync: SYNC or ASYNC IO 967 long congestion_wait(int sync, long timeout) in congestion_wait() argument 972 wait_queue_head_t *wqh = &congestion_wqh[sync]; in congestion_wait() 998 wait_iff_congested(int sync, long timeout) wait_iff_congested() argument [all...] |
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | sync.rs | 44 static CLASS: $crate::sync::LockClassKey = $crate::sync::LockClassKey::new();
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_sync_dummy.c | 28 struct vk_sync *sync, in vk_sync_dummy_init() 36 struct vk_sync *sync) in vk_sync_dummy_finish() 27 vk_sync_dummy_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) vk_sync_dummy_init() argument 35 vk_sync_dummy_finish(struct vk_device *device, struct vk_sync *sync) vk_sync_dummy_finish() argument
|
/third_party/rust/crates/lazy-static.rs/src/ |
H A D | inline_lazy.rs | 14 use self::std::sync::Once; 16 pub use self::std::sync::ONCE_INIT;
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | detection.rs | 1 use core::sync::atomic::{AtomicUsize, Ordering}; 2 use std::sync::Once;
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/ |
H A D | hash_low.S | 468 sync 471 sync 476 sync /* make sure pte updates get to memory */ 609 4: sync 611 sync 659 sync 667 sync 696 sync 700 sync
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | tda10023.c | 369 int sync; in tda10023_read_status() local 377 sync = tda10023_readreg (state, 0x11); in tda10023_read_status() 379 if (sync & 2) in tda10023_read_status() 382 if (sync & 4) in tda10023_read_status() 385 if (sync & 8) in tda10023_read_status() 450 int sync,inv; in tda10023_get_frontend() local 453 sync = tda10023_readreg(state, 0x11); in tda10023_get_frontend() 459 printk(sync & 2 ? "DVB: TDA10023(%d): AFC (%d) %dHz\n" : in tda10023_get_frontend() 471 if (sync & 2) in tda10023_get_frontend()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | tda10023.c | 369 int sync; in tda10023_read_status() local 377 sync = tda10023_readreg (state, 0x11); in tda10023_read_status() 379 if (sync & 2) in tda10023_read_status() 382 if (sync & 4) in tda10023_read_status() 385 if (sync & 8) in tda10023_read_status() 450 int sync,inv; in tda10023_get_frontend() local 453 sync = tda10023_readreg(state, 0x11); in tda10023_get_frontend() 459 printk(sync & 2 ? "DVB: TDA10023(%d): AFC (%d) %dHz\n" : in tda10023_get_frontend() 471 if (sync & 2) in tda10023_get_frontend()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-malta/ |
H A D | kernel-entry-init.h | 87 sync 96 sync 139 sync
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-malta/ |
H A D | kernel-entry-init.h | 87 sync 96 sync 139 sync
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | fscache.h | 160 int sync) in nfs_readpage_to_fscache() 163 __nfs_readpage_to_fscache(inode, page, sync); in nfs_readpage_to_fscache() 230 struct page *page, int sync) {} in nfs_readpage_to_fscache() 158 nfs_readpage_to_fscache(struct inode *inode, struct page *page, int sync) nfs_readpage_to_fscache() argument 229 nfs_readpage_to_fscache(struct inode *inode, struct page *page, int sync) nfs_readpage_to_fscache() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-op-mode.h | 81 * disabled, unless the sync parameter is true. 105 void (*nic_error)(struct iwl_op_mode *op_mode, bool sync); 184 static inline void iwl_op_mode_nic_error(struct iwl_op_mode *op_mode, bool sync) in iwl_op_mode_nic_error() argument 186 op_mode->ops->nic_error(op_mode, sync); in iwl_op_mode_nic_error()
|
/third_party/ffmpeg/libavcodec/ |
H A D | pnm_parser.c | 86 uint8_t *sync = bs; in pnm_parse() local 95 sync = bs; in pnm_parse() 110 pnmpc->ascii_scan = sync - pnmctx.bytestream + skip; in pnm_parse()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_hw_context.c | 106 unsigned sync = 0; in evergreen_cp_dma_clear_buffer() local 121 sync = PKT3_CP_DMA_CP_SYNC; in evergreen_cp_dma_clear_buffer() 131 radeon_emit(cs, sync | PKT3_CP_DMA_SRC_SEL(2)); /* CP_SYNC [31] | SRC_SEL[30:29] */ in evergreen_cp_dma_clear_buffer()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ContextLostTest.cpp | 61 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 68 glGetSynciv(sync, GL_SYNC_STATUS, 1, nullptr, &syncStatus); in TEST_P() 74 glGetSynciv(sync, GL_SYNC_CONDITION, 1, nullptr, &syncCondition); in TEST_P()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | atafb.c | 106 int sync; member 114 short sync; member 650 if (var->sync & FB_SYNC_EXT) in tt_decode_var() 651 par->hw.tt.sync = 0; in tt_decode_var() 653 par->hw.tt.sync = 1; in tt_decode_var() 687 if (par->hw.tt.sync & 1) in tt_encode_var() 688 var->sync = 0; in tt_encode_var() 690 var->sync = FB_SYNC_EXT; in tt_encode_var() 765 par->hw.tt.sync = shifter_st.syncmode; in tt_get_par() 775 shifter_st.syncmode = par->hw.tt.sync; in tt_set_par() [all...] |