/kernel/linux/linux-5.10/sound/pci/ |
H A D | sis7019.c | 213 int sync; in sis_update_voice() local 232 sync = voice->sync_cso; in sis_update_voice() 233 sync -= readw(voice->sync_base + SIS_CAPTURE_DMA_FORMAT_CSO); in sis_update_voice() 234 if (sync > (voice->sync_buffer_size / 2)) in sis_update_voice() 235 sync -= voice->sync_buffer_size; in sis_update_voice() 237 /* If sync is positive, then we interrupted too early, and in sis_update_voice() 242 if (sync > 0) { in sis_update_voice() 243 if (sync < 16) in sis_update_voice() 244 sync = 16; in sis_update_voice() 245 sis_update_sso(voice, sync); in sis_update_voice() [all...] |
/kernel/linux/linux-6.6/sound/pci/ |
H A D | sis7019.c | 212 int sync; in sis_update_voice() local 231 sync = voice->sync_cso; in sis_update_voice() 232 sync -= readw(voice->sync_base + SIS_CAPTURE_DMA_FORMAT_CSO); in sis_update_voice() 233 if (sync > (voice->sync_buffer_size / 2)) in sis_update_voice() 234 sync -= voice->sync_buffer_size; in sis_update_voice() 236 /* If sync is positive, then we interrupted too early, and in sis_update_voice() 241 if (sync > 0) { in sis_update_voice() 242 if (sync < 16) in sis_update_voice() 243 sync = 16; in sis_update_voice() 244 sis_update_sso(voice, sync); in sis_update_voice() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | glthread_draw.c | 509 goto sync; in _mesa_marshal_MultiDrawArrays() 520 goto sync; in _mesa_marshal_MultiDrawArrays() 551 goto sync; in _mesa_marshal_MultiDrawArrays() 557 sync: in _mesa_marshal_MultiDrawArrays() 787 goto sync; in draw_elements() 805 goto sync; in draw_elements() 815 * for that we would have to sync anyway. in draw_elements() 818 goto sync; in draw_elements() 833 /* If there is too much data to upload, sync and let the driver unroll in draw_elements() 836 goto sync; in draw_elements() [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | barrier.h | 12 #include <asm/sync.h> 52 "sync\n\t" \ 98 # define __WEAK_LLSC_MB sync
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | barrier.h | 12 #include <asm/sync.h> 52 "sync\n\t" \ 98 # define __WEAK_LLSC_MB sync
|
/third_party/node/test/parallel/ |
H A D | test-stream-writable-write-error.js | 7 function expectError(w, args, code, sync) { 8 if (sync) {
|
/third_party/rust/crates/once_cell/examples/ |
H A D | bench_acquire.rs | 5 use once_cell::sync::OnceCell; 6 use std::sync::atomic::{AtomicUsize, Ordering};
|
H A D | regex.rs | 7 static RE: once_cell::sync::OnceCell<regex::Regex> = once_cell::sync::OnceCell::new();
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | time.c | 309 * The function returns 0 if the clock is in sync with the external time 311 * -EAGAIN if the clock is not in sync with the external reference. 324 /* Success: time is in sync. */ in get_phys_clock() 341 * Clear the in-sync bit 2^31. All get_phys_clock calls will in disable_sync_clock() 342 * fail until the sync bit is turned back on. In addition in disable_sync_clock() 361 * Function to check if the clock is in sync. 376 * This is called once on the CPU that performed the clock sync. 397 panic("TOD clock sync offset %lli is too large to drift\n", in clock_sync_global() 425 /* Single threaded workqueue used for stp sync events */ 511 * STP sync chec 557 struct clock_sync_data *sync = data; stp_sync_clock() local [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | time.c | 303 * The function returns 0 if the clock is in sync with the external time 305 * -EAGAIN if the clock is not in sync with the external reference. 318 /* Success: time is in sync. */ in get_phys_clock() 335 * Clear the in-sync bit 2^31. All get_phys_clock calls will in disable_sync_clock() 336 * fail until the sync bit is turned back on. In addition in disable_sync_clock() 355 * Function to check if the clock is in sync. 370 * This is called once on the CPU that performed the clock sync. 389 panic("TOD clock sync offset %li is too large to drift\n", in clock_sync_global() 419 /* Single threaded workqueue used for stp sync events */ 505 * STP sync chec 551 struct clock_sync_data *sync = data; stp_sync_clock() local [all...] |
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | rcuscale.c | 142 void (*sync)(void); member 184 .sync = synchronize_rcu, 241 .sync = srcu_scale_synchronize, 270 .sync = srcu_scale_synchronize, 299 .sync = synchronize_rcu_tasks, 337 .sync = synchronize_rcu_tasks_rude, 377 .sync = synchronize_rcu_tasks_trace, 518 cur_ops->sync(); in rcu_scale_writer()
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 315 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCPROC) (EGLDisplay dpy, EGLSync sync); 316 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCPROC) (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout); 317 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBPROC) (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); 323 typedef EGLBoolean (EGLAPIENTRYP PFNEGLWAITSYNCPROC) (EGLDisplay dpy, EGLSync sync, EGLint flags); 326 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync); 327 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout); 328 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); 334 EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags);
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 315 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCPROC) (EGLDisplay dpy, EGLSync sync); 316 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCPROC) (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout); 317 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBPROC) (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); 323 typedef EGLBoolean (EGLAPIENTRYP PFNEGLWAITSYNCPROC) (EGLDisplay dpy, EGLSync sync, EGLint flags); 326 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync); 327 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout); 328 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); 334 EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags);
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 315 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCPROC) (EGLDisplay dpy, EGLSync sync); 316 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCPROC) (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout); 317 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBPROC) (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); 323 typedef EGLBoolean (EGLAPIENTRYP PFNEGLWAITSYNCPROC) (EGLDisplay dpy, EGLSync sync, EGLint flags); 326 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync); 327 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout); 328 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); 334 EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags);
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 120 printk(error, "sync", status); in tusb6010_platform_retime() 160 unsigned async, unsigned sync, in tusb6010_setup_interface() 183 status = gpmc_cs_request(sync, SZ_16M, (unsigned long *) in tusb6010_setup_interface() 191 sync_cs = sync; in tusb6010_setup_interface() 158 tusb6010_setup_interface(struct musb_hdrc_platform_data *data, unsigned ps_refclk, unsigned waitpin, unsigned async, unsigned sync, unsigned irq, unsigned dmachan) tusb6010_setup_interface() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 120 printk(error, "sync", status); in tusb6010_platform_retime() 154 unsigned int async, unsigned int sync, in tusb6010_setup_interface() 177 status = gpmc_cs_request(sync, SZ_16M, (unsigned long *) in tusb6010_setup_interface() 185 sync_cs = sync; in tusb6010_setup_interface() 152 tusb6010_setup_interface(struct musb_hdrc_platform_data *data, unsigned int ps_refclk, unsigned int waitpin, unsigned int async, unsigned int sync, unsigned int dmachan) tusb6010_setup_interface() argument
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | clps711x-keypad.c | 36 bool sync = false; in clps711x_keypad_poll() local 72 sync = true; in clps711x_keypad_poll() 81 if (sync) in clps711x_keypad_poll()
|
/kernel/linux/linux-5.10/kernel/irq/ |
H A D | pm.c | 138 bool sync; in suspend_device_irqs() local 143 sync = suspend_device_irq(desc); in suspend_device_irqs() 146 if (sync) in suspend_device_irqs()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | core507d.c | 107 struct nouveau_bo *bo = disp->sync; in core507d_caps_init() 139 PUSH_MTHD(push, NV507D, SET_CONTEXT_DMA_NOTIFIER, core->chan.sync.handle); in core507d_init() 171 disp->sync->offset, &core->chan); in core507d_new_()
|
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | pm.c | 138 bool sync; in suspend_device_irqs() local 143 sync = suspend_device_irq(desc); in suspend_device_irqs() 146 if (sync) in suspend_device_irqs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | core507d.c | 107 struct nouveau_bo *bo = disp->sync; in core507d_caps_init() 139 PUSH_MTHD(push, NV507D, SET_CONTEXT_DMA_NOTIFIER, core->chan.sync.handle); in core507d_init() 171 disp->sync->offset, &core->chan); in core507d_new_()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | clps711x-keypad.c | 38 bool sync = false; in clps711x_keypad_poll() local 74 sync = true; in clps711x_keypad_poll() 83 if (sync) in clps711x_keypad_poll()
|
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/ |
H A D | TorusBufferStorage.cpp | 169 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in updateHues() local 170 glClientWaitSync(sync, 0, 0); in updateHues() 171 glDeleteSync(sync); in updateHues()
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 298 /* setup sync data */ in nsphw_init_sync() 450 sync_data *sync = &(data->Sync[target]); in nsp_analyze_sdtr() local 456 period = sync->SyncPeriod; in nsp_analyze_sdtr() 457 offset = sync->SyncOffset; in nsp_analyze_sdtr() 480 sync->SyncPeriod = 0; in nsp_analyze_sdtr() 481 sync->SyncOffset = 0; in nsp_analyze_sdtr() 482 sync->SyncRegister = 0; in nsp_analyze_sdtr() 483 sync->AckWidth = 0; in nsp_analyze_sdtr() 488 sync->SyncRegister = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) | in nsp_analyze_sdtr() 490 sync in nsp_analyze_sdtr() 925 sync_data *sync = &(data->Sync[target]); nsp_nexus() local [all...] |
/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 1839 _EGLSync *sync; in _eglCreateSync() local 1892 sync = disp->Driver->CreateSyncKHR(disp, type, attrib_list); in _eglCreateSync() 1893 ret = (sync) ? _eglLinkSync(sync) : EGL_NO_SYNC_KHR; in _eglCreateSync() 1905 EGLSync sync; in eglCreateSyncKHR() local 1917 sync = _eglCreateSync(disp, type, attrib_list, EGL_FALSE, in eglCreateSyncKHR() 1924 return sync; in eglCreateSyncKHR() 1965 eglDestroySync(EGLDisplay dpy, EGLSync sync) in eglDestroySync() argument 1968 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySync() 1974 eglDestroySyncKHR(EGLDisplay dpy, EGLSync sync) in eglDestroySyncKHR() argument 2018 eglClientWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) eglClientWaitSync() argument 2028 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) eglClientWaitSyncKHR() argument 2063 eglWaitSyncKHR(EGLDisplay dpy, EGLSync sync, EGLint flags) eglWaitSyncKHR() argument 2073 eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags) eglWaitSync() argument 2087 eglSignalSyncKHR(EGLDisplay dpy, EGLSync sync, EGLenum mode) eglSignalSyncKHR() argument 2119 eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value) eglGetSyncAttrib() argument 2133 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLint *value) eglGetSyncAttribKHR() argument 2160 eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSync sync) eglDupNativeFenceFDANDROID() argument [all...] |