| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | percpu-rw-semaphore.rst | 2 Percpu rw semaphores 5 Percpu rw semaphores is a new read-write semaphore design that is 8 The problem with traditional read-write semaphores is that when multiple
|
| H A D | locktypes.rst | 89 The aforementioned lock types except semaphores have strict owner 122 semaphores and PREEMPT_RT 126 semaphores have no concept of owners, thus preventing PREEMPT_RT from 127 providing priority inheritance for semaphores. After all, an unknown 128 owner cannot be boosted. As a consequence, blocking on semaphores can
|
| H A D | mutex-design.rst | 16 behave similarly to binary semaphores, and were introduced in 2006[1] 73 number of workloads. Note that this technique is also used for rw-semaphores.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_sync.c | 46 sync->semaphores[i] = NULL; in radeon_sync_create() 168 sync->semaphores[count++] = semaphore; in radeon_sync_rings() 218 radeon_semaphore_free(rdev, &sync->semaphores[i], fence); in radeon_sync_free()
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/mailbox/ |
| H A D | nvidia,tegra186-hsp.txt | 9 The features that HSP supported are shared mailboxes, shared semaphores, 10 arbitrated semaphores and doorbells.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mailbox/ |
| H A D | nvidia,tegra186-hsp.txt | 9 The features that HSP supported are shared mailboxes, shared semaphores, 10 arbitrated semaphores and doorbells.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_scheduler_types.h | 69 intel_engine_mask_t semaphores; member
|
| H A D | i915_request.c | 571 if (request->sched.semaphores && in __i915_request_submit() 573 engine->saturated |= request->sched.semaphores; in __i915_request_submit() 646 if (request->sched.semaphores && i915_request_started(request)) in __i915_request_unsubmit() 647 request->sched.semaphores = 0; in __i915_request_unsubmit() 1020 return rq->sched.semaphores | READ_ONCE(rq->engine->saturated); in already_busywaiting() 1114 to->sched.semaphores |= mask; in emit_semaphore_wait()
|
| H A D | Kconfig.profile | 100 interact with each other via userspace semaphores. Each context
|
| H A D | i915_scheduler.c | 402 node->semaphores = 0; in i915_sched_node_reinit()
|
| /OK3568_Linux_fs/buildroot/package/libpthsem/ |
| H A D | Config.in | 6 extend version, with support for semaphores added.
|
| /OK3568_Linux_fs/buildroot/package/python-posix-ipc/ |
| H A D | Config.in | 6 inter-process semaphores, shared memory and message queues
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-posix-ipc_1.0.5.bb | 1 DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python"
|
| /OK3568_Linux_fs/u-boot/drivers/mailbox/ |
| H A D | Kconfig | 25 implements doorbells, mailboxes, semaphores, and shared interrupts.
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-scb.h | 231 u32 semaphores[8]; /* Semaphores */ member
|
| /OK3568_Linux_fs/kernel/Documentation/infiniband/ |
| H A D | core_locking.rst | 108 semaphores that could cause deadlock if a consumer calls back into
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | ChangeLog.ips | 26 4.80.14 - Take all semaphores off stack
|
| /OK3568_Linux_fs/buildroot/package/nginx/ |
| H A D | 0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch | 198 ngx_feature="POSIX semaphores"
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | rcuref.rst | 17 reader/writer spinlocks or semaphores are straightforward:
|
| /OK3568_Linux_fs/buildroot/package/xenomai/ |
| H A D | Config.in | 163 tasks, semaphores, message queues and so on.
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | journalling.rst | 88 jbd2_journal_stop() as if they were semaphores and include them in
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | completion.rst | 14 misuse of locks/semaphores and busy-loops. Any time you think of using
|
| /OK3568_Linux_fs/kernel/arch/arc/ |
| H A D | Kconfig | 216 hardware semaphores, shared memory,....
|
| /OK3568_Linux_fs/buildroot/package/collectd/ |
| H A D | Config.in | 308 IPC counters: semaphores used, number of allocated segments
|
| /OK3568_Linux_fs/external/libmali/include/GLES2/ |
| H A D | gl2ext.h | 1752 typedef void (GL_APIENTRYP PFNGLGENSEMAPHORESEXTPROC) (GLsizei n, GLuint *semaphores); 1753 typedef void (GL_APIENTRYP PFNGLDELETESEMAPHORESEXTPROC) (GLsizei n, const GLuint *semaphores); 1760 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT (GLsizei n, GLuint *semaphores); 1761 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT (GLsizei n, const GLuint *semaphores);
|