Home
last modified time | relevance | path

Searched refs:semaphores (Results 1 – 25 of 26) sorted by relevance

12

/linux/Documentation/locking/
A Dpercpu-rw-semaphore.rst2 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
A Dlocktypes.rst89 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
A Dmutex-design.rst16 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.
/linux/drivers/gpu/drm/radeon/
A Dradeon_sync.c46 sync->semaphores[i] = NULL; in radeon_sync_create()
169 sync->semaphores[count++] = semaphore; in radeon_sync_rings()
219 radeon_semaphore_free(rdev, &sync->semaphores[i], fence); in radeon_sync_free()
A Dradeon.h610 struct radeon_semaphore *semaphores[RADEON_NUM_SYNCS]; member
/linux/Documentation/devicetree/bindings/mailbox/
A Dnvidia,tegra186-hsp.txt9 The features that HSP supported are shared mailboxes, shared semaphores,
10 arbitrated semaphores and doorbells.
/linux/Documentation/translations/zh_CN/infiniband/
A Dcore_locking.rst109 不能持有任何可能导致死锁的semaphores
/linux/drivers/gpu/drm/i915/
A Di915_scheduler_types.h69 intel_engine_mask_t semaphores; member
A Di915_request.c609 if (request->sched.semaphores && in __i915_request_submit()
611 engine->saturated |= request->sched.semaphores; in __i915_request_submit()
688 if (request->sched.semaphores && __i915_request_has_started(request)) in __i915_request_unsubmit()
689 request->sched.semaphores = 0; in __i915_request_unsubmit()
1095 return rq->sched.semaphores | READ_ONCE(rq->engine->saturated); in already_busywaiting()
1195 to->sched.semaphores |= mask; in emit_semaphore_wait()
A DKconfig.profile114 interact with each other via userspace semaphores. Each context
A Di915_scheduler.c308 node->semaphores = 0; in i915_sched_node_reinit()
/linux/Documentation/devicetree/bindings/hwlock/
A Dallwinner,sun6i-a31-hwspinlock.yaml13 The hardware unit provides semaphores between the ARM cores and the embedded
/linux/drivers/media/pci/cx18/
A Dcx18-scb.h231 u32 semaphores[8]; /* Semaphores */ member
/linux/Documentation/userspace-api/
A Dfutex2.rst10 performant synchronization mechanisms, such as mutexes, semaphores and
/linux/Documentation/scsi/
A DChangeLog.ips26 4.80.14 - Take all semaphores off stack
/linux/Documentation/infiniband/
A Dcore_locking.rst108 semaphores that could cause deadlock if a consumer calls back into
/linux/Documentation/RCU/
A Drcuref.rst17 reader/writer spinlocks or semaphores are straightforward:
A DwhatisRCU.rst468 - Use some solid scheme (such as locks or semaphores) to
/linux/Documentation/filesystems/
A Djournalling.rst88 jbd2_journal_stop() as if they were semaphores and include them in
/linux/Documentation/scheduler/
A Dcompletion.rst14 misuse of locks/semaphores and busy-loops. Any time you think of using
/linux/arch/arc/
A DKconfig194 hardware semaphores, shared memory,....
/linux/Documentation/PCI/
A Dpci-error-recovery.rst135 to complete; it can take semaphores, schedule, etc... everything but
/linux/Documentation/
A Dmemory-barriers.txt1973 (*) semaphores
1974 (*) R/W semaphores
2077 Locks and semaphores may not provide any guarantee of ordering on UP compiled
/linux/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst2283 usually avoided via spin-locks, mutexes or semaphores. In general, if a
2288 mutexes or semaphores instead.
/linux/Documentation/sound/
A Dalsa-configuration.rst1298 Enable workaround for hardware with buggy semaphores (e.g. on some

Completed in 87 milliseconds

12