Home
last modified time | relevance | path

Searched refs:sync (Results 251 - 275 of 1964) sorted by relevance

1...<<11121314151617181920>>...79

/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dtime.c303 * 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 Drcuscale.c142 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 Degl.h315 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 Degl.h315 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 Degl.h315 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-6.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c298 /* 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 Deglapi.c1839 _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...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhead_44x.S782 sync
827 sync
862 sync
907 sync
912 sync
939 sync
1053 sync
1070 sync
1115 sync
1152 sync
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dhead_44x.S797 sync
828 sync
863 sync
908 sync
913 sync
940 sync
1054 sync
1071 sync
1116 sync
1153 sync
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S27 sync
50 sync
/kernel/linux/linux-6.6/arch/powerpc/kernel/vdso/
H A Dcacheflush.S64 sync
93 sync
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S27 sync
50 sync
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.h70 return i915_syncmap_set(&tl->sync, context, seqno); in __intel_timeline_sync_set()
82 return i915_syncmap_is_later(&tl->sync, context, seqno); in __intel_timeline_sync_is_later()
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_current_task_under_cgroup_user.c74 * The installed helper program catched the sync call, and should in main()
78 sync(); in main()
95 sync(); in main()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.h48 return i915_syncmap_set(&tl->sync, context, seqno); in __intel_timeline_sync_set()
60 return i915_syncmap_is_later(&tl->sync, context, seqno); in __intel_timeline_sync_is_later()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.h32 bool sync; member
61 bool sync; member
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh50 sudo sync -f "${MNT_PATH}"
66 sudo sync -f "${MNT_PATH}"
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_current_task_under_cgroup_user.c74 * The installed helper program catched the sync call, and should in main()
78 sync(); in main()
95 sync(); in main()
/third_party/ffmpeg/libavformat/
H A Dmlpdec.c34 static int av_always_inline mlp_thd_probe(const AVProbeData *p, uint32_t sync) in mlp_thd_probe() argument
41 if (AV_RB32(buf + 4) == sync) { in mlp_thd_probe()
/third_party/mesa3d/include/CL/
H A Dcl_egl.h118 CLeglSyncKHR sync,
124 CLeglSyncKHR sync,
/third_party/node/test/parallel/
H A Dtest-fs-symlink-dir.js42 testSync(linkTarget, `${linkPath}-${path.basename(linkTarget)}-sync`);
62 testSync(linkTarget, `${linkPath}-${path.basename(linkTarget)}-sync`);
/third_party/opencl-headers/CL/
H A Dcl_egl.h106 CLeglSyncKHR sync,
112 CLeglSyncKHR sync,
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_egl.h106 CLeglSyncKHR sync,
112 CLeglSyncKHR sync,
/third_party/skia/include/gpu/
H A DGrBackendSemaphore.h45 void initGL(GrGLsync sync) { in initGL() argument
47 fGLSync = sync; in initGL()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dlpd270.c302 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
324 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
346 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
368 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
390 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
412 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,

Completed in 20 milliseconds

1...<<11121314151617181920>>...79