Searched refs:semaphores (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_params.c | 30 .semaphores = -1, 68 module_param_named_unsafe(semaphores, i915.semaphores, int, 0400); 69 MODULE_PARM_DESC(semaphores,
|
D | i915_drv.c | 511 if (i915.semaphores >= 0) in i915_semaphore_is_enabled() 512 return i915.semaphores; in i915_semaphore_is_enabled()
|
D | intel_ringbuffer.c | 2505 i915.semaphores = 0; in intel_init_render_ring_buffer() 2512 i915.semaphores = 0; in intel_init_render_ring_buffer()
|
D | i915_drv.h | 2447 int semaphores; member
|
/linux-4.1.27/Documentation/ |
D | percpu-rw-semaphore.txt | 1 Percpu rw semaphores 4 Percpu rw semaphores is a new read-write semaphore design that is 7 The problem with traditional read-write semaphores is that when multiple
|
D | memory-barriers.txt | 1773 (*) semaphores 1774 (*) R/W semaphores 1910 Locks and semaphores may not provide any guarantee of ordering on UP compiled
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_sync.c | 47 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()
|
D | radeon.h | 610 struct radeon_semaphore *semaphores[RADEON_NUM_SYNCS]; member
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-scb.h | 245 u32 semaphores[8]; /* Semaphores */ member
|
/linux-4.1.27/Documentation/locking/ |
D | mutex-design.txt | 13 behave similarly to binary semaphores, and were introduced in 2006[1] 84 number of workloads. Note that this technique is also used for rw-semaphores.
|
/linux-4.1.27/Documentation/RCU/ |
D | rcuref.txt | 13 reader/writer spinlocks or semaphores are straightforward:
|
D | whatisRCU.txt | 422 o Use some solid scheme (such as locks or semaphores) to
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ips | 26 4.80.14 - Take all semaphores off stack
|
/linux-4.1.27/Documentation/infiniband/ |
D | core_locking.txt | 106 semaphores that could cause deadlock if a consumer calls back into
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 132 to complete; it can take semaphores, schedule, etc... everything but
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1128 semaphores (e.g. on some ASUS laptops)
|
/linux-4.1.27/ |
D | CREDITS | 3099 D: shm fs, SYSV semaphores, af_unix
|