/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_private.h | 233 struct lvp_pipe_sync *sync, 237 vk_sync_as_lvp_pipe_sync(struct vk_sync *sync) in vk_sync_as_lvp_pipe_sync() argument 239 assert(sync->type == &lvp_pipe_sync_type); in vk_sync_as_lvp_pipe_sync() 240 return container_of(sync, struct lvp_pipe_sync, base); in vk_sync_as_lvp_pipe_sync()
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync); 289 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout); 290 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); 296 EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags);
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync); 289 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout); 290 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); 296 EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv3.cpp | 2811 GLboolean GL_APIENTRY IsSync(GLsync sync) in IsSync() argument 2813 TRACE("(GLsync sync = %p)", sync); in IsSync() 2819 es2::FenceSync *fenceSyncObject = context->getFenceSync(sync); in IsSync() 2830 void GL_APIENTRY DeleteSync(GLsync sync) in DeleteSync() argument 2832 TRACE("(GLsync sync = %p)", sync); in DeleteSync() 2834 if(!sync) in DeleteSync() 2843 if(!context->getFenceSync(sync)) in DeleteSync() 2848 context->deleteFenceSync(sync); in DeleteSync() 2852 ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) ClientWaitSync() argument 2880 WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) WaitSync() argument 2968 GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) GetSynciv() argument [all...] |
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | pacache.S | 202 movb,<,n %arg3, %r31, fisync /* If loop < 0, do sync */ 242 sync 263 movb,<,n %arg3, %r31, fdsync /* If loop < 0, do sync */ 304 sync 818 sync 877 sync 946 sync 982 sync 1018 sync 1059 sync [all...] |
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | pacache.S | 202 movb,<,n %arg3, %r31, fisync /* If loop < 0, do sync */ 242 sync 263 movb,<,n %arg3, %r31, fdsync /* If loop < 0, do sync */ 303 sync 776 sync 825 sync 884 sync 921 sync 958 sync 999 sync [all...] |
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_logmgr.c | 95 * log sync serialization (per log) 916 * if new sync address is available 917 * (normally the case if sync() is executed by back-ground 950 /* if last sync is same as last syncpt, in lmLogSync() 951 * invoke sync point forward processing to update sync. in lmLogSync() 954 if (log->sync == log->syncpt) { in lmLogSync() 957 log->sync = log->lsn; in lmLogSync() 961 log->sync = lp->lsn; in lmLogSync() 967 /* if sync i in lmLogSync() [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_logmgr.c | 95 * log sync serialization (per log) 908 * if new sync address is available 909 * (normally the case if sync() is executed by back-ground 942 /* if last sync is same as last syncpt, in lmLogSync() 943 * invoke sync point forward processing to update sync. in lmLogSync() 946 if (log->sync == log->syncpt) { in lmLogSync() 949 log->sync = log->lsn; in lmLogSync() 953 log->sync = lp->lsn; in lmLogSync() 959 /* if sync i in lmLogSync() [all...] |
/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | Makefile | 12 obj-$(CONFIG_SMP) += smp.o sync-timer.o
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | install.sh | 57 sync
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | Makefile | 12 obj-$(CONFIG_SMP) += smp.o sync-timer.o
|
/kernel/linux/linux-5.10/include/media/davinci/ |
H A D | vpss.h | 77 /* set sync polarity, only for DM365*/ 96 /* set sync polarity*/ 97 void vpss_set_sync_pol(struct vpss_sync_pol sync);
|
/kernel/linux/linux-5.10/include/video/ |
H A D | sa1100fb.h | 45 u_char sync; member
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | Makefile | 10 obj-y += update.o sync.o
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | sor907d.c | 48 struct nouveau_bo *bo = disp->sync; in sor907d_get_caps()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_s302m.h | 77 * @sync: Attempt to synchronize audio with this video encoder, if not NULL. 86 struct vidtv_encoder *sync; member
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_s302m.h | 77 * @sync: Attempt to synchronize audio with this video encoder, if not NULL. 86 struct vidtv_encoder *sync; member
|
/kernel/linux/linux-6.6/include/video/ |
H A D | sa1100fb.h | 45 u_char sync; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_timeline_types.h | 75 * recent sync point. As the contexts may be executed out-of-order, we 81 struct i915_syncmap *sync; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | sor907d.c | 48 struct nouveau_bo *bo = disp->sync; in sor907d_get_caps()
|
/kernel/linux/linux-6.6/rust/kernel/sync/lock/ |
H A D | spinlock.rs | 16 $crate::sync::SpinLock::new( 36 /// use kernel::{init::InPlaceInit, init::PinInit, new_spinlock, pin_init, sync::SpinLock}; 71 /// use kernel::sync::SpinLock;
|
H A D | mutex.rs | 16 $crate::sync::Mutex::new( 38 /// use kernel::{init::InPlaceInit, init::PinInit, new_mutex, pin_init, sync::Mutex}; 73 /// use kernel::sync::Mutex;
|
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | lib.rs | 45 pub mod sync; modules
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | Makefile | 10 obj-y += update.o sync.o
|
/kernel/linux/linux-6.6/samples/rust/ |
H A D | rust_print.rs | 19 use kernel::sync::*; in arc_print()
|