/src/tests/usr.bin/xlint/lint1/ |
gcc_typeof.c | 44 int *volatile lock; variable in typeref:typename:int * volatile 45 const volatile __typeof__(lock) *lock_pointer = &lock;
|
gcc_typeof.c | 44 int *volatile lock; variable in typeref:typename:int * volatile 45 const volatile __typeof__(lock) *lock_pointer = &lock;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
fuse.h | 11 spinlock_t lock; member in struct:nvkm_fuse
|
fuse.h | 11 spinlock_t lock; member in struct:nvkm_fuse
|
bar.h | 13 spinlock_t lock; member in struct:nvkm_bar
|
bar.h | 13 spinlock_t lock; member in struct:nvkm_bar
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_prime.h | 49 struct mutex lock; member in struct:drm_prime_file_private
|
drm_prime.h | 49 struct mutex lock; member in struct:drm_prime_file_private
|
drm_syncobj.h | 59 * @lock: Protects &cb_list and write-locks &fence. 61 spinlock_t lock; member in struct:drm_syncobj
|
/src/lib/libc/gen/ |
syslog_private.h | 44 int (*lock)(const struct syslog_data *); member in struct:syslog_fun
|
syslog_private.h | 44 int (*lock)(const struct syslog_data *); member in struct:syslog_fun
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
ttm_lock.h | 35 * of the DRM heavyweight hardware lock. 36 * The lock is a read-write lock. Taking it in read mode and write mode 41 * It's allowed to leave kernel space with the vt lock held. 42 * If a user-space process dies while having the vt-lock, 43 * it will be released during the file descriptor release. The vt lock 44 * excludes write lock and read lock. 46 * The suspend mode is used to lock out all TTM users when preparing for 66 * @base: ttm base object used solely to release the lock if the clien 77 spinlock_t lock; member in struct:ttm_lock [all...] |
ttm_lock.h | 35 * of the DRM heavyweight hardware lock. 36 * The lock is a read-write lock. Taking it in read mode and write mode 41 * It's allowed to leave kernel space with the vt lock held. 42 * If a user-space process dies while having the vt-lock, 43 * it will be released during the file descriptor release. The vt lock 44 * excludes write lock and read lock. 46 * The suspend mode is used to lock out all TTM users when preparing for 66 * @base: ttm base object used solely to release the lock if the clien 77 spinlock_t lock; member in struct:ttm_lock [all...] |
/src/sys/sys/ |
sleepq.h | 74 kmutex_t lock; member in union:__anon677144a9010a
|
sleepq.h | 74 kmutex_t lock; member in union:__anon677144a9010a
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_lock.c | 33 * hardware lock. 35 * The DRM hardware lock is a shared structure between the kernel and userland. 38 * client may take the lock without dropping down into the kernel, using atomic 42 * of the lock, it calls the DRM lock ioctl, which may sleep waiting for the 43 * lock, and may have side-effects of kernel-managed context switching. 45 * When the client releases the lock, if the lock is marked as being contended 54 struct drm_lock *lock = data; local in function:drm_lock 57 if (lock->context == DRM_KERNEL_CONTEXT) 108 struct drm_lock *lock = data; local in function:drm_unlock 135 volatile unsigned int *lock = &lock_data->hw_lock->lock; local in function:drm_lock_take 166 volatile unsigned int *lock = &lock_data->hw_lock->lock; local in function:drm_lock_transfer 180 volatile unsigned int *lock = &lock_data->hw_lock->lock; local in function:drm_lock_free [all...] |
drm_lock.c | 33 * hardware lock. 35 * The DRM hardware lock is a shared structure between the kernel and userland. 38 * client may take the lock without dropping down into the kernel, using atomic 42 * of the lock, it calls the DRM lock ioctl, which may sleep waiting for the 43 * lock, and may have side-effects of kernel-managed context switching. 45 * When the client releases the lock, if the lock is marked as being contended 54 struct drm_lock *lock = data; local in function:drm_lock 57 if (lock->context == DRM_KERNEL_CONTEXT) 108 struct drm_lock *lock = data; local in function:drm_unlock 135 volatile unsigned int *lock = &lock_data->hw_lock->lock; local in function:drm_lock_take 166 volatile unsigned int *lock = &lock_data->hw_lock->lock; local in function:drm_lock_transfer 180 volatile unsigned int *lock = &lock_data->hw_lock->lock; local in function:drm_lock_free [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_engine_pool_types.h | 20 spinlock_t lock; member in struct:intel_engine_pool
|
intel_engine_pool_types.h | 20 spinlock_t lock; member in struct:intel_engine_pool
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nv10_fence.h | 18 spinlock_t lock; member in struct:nv10_fence_priv
|
nv10_fence.h | 18 spinlock_t lock; member in struct:nv10_fence_priv
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
nv50.h | 12 spinlock_t lock; member in struct:nv50_gr
|
/src/sys/external/bsd/drm2/dist/drm/via/ |
via_video.c | 51 XVMCLOCKPTR(dev_priv->sarea_priv, i)->lock = 0; 70 volatile int *lock; local in function:via_release_futex 76 lock = (volatile int *)XVMCLOCKPTR(dev_priv->sarea_priv, i); 77 if ((_DRM_LOCKING_CONTEXT(*lock) == context)) { 78 if (_DRM_LOCK_IS_HELD(*lock) 79 && (*lock & _DRM_LOCK_CONT)) { 89 *lock = 0; 97 volatile int *lock; local in function:via_decoder_futex 104 if (fx->lock >= VIA_NR_XVMC_LOCKS) 107 lock = (volatile int *)XVMCLOCKPTR(sAPriv, fx->lock) [all...] |
/src/sys/rump/librump/rumpkern/ |
atomic_cas_generic.c | 42 #include <sys/lock.h> 53 __cpu_simple_lock_t *lock; local in function:_atomic_cas_32 56 lock = &atomic_locks32[((uintptr_t)ptr >> 3) & 127]; 57 __cpu_simple_lock(lock); 62 __cpu_simple_unlock(lock); 78 __cpu_simple_lock_t *lock; local in function:_atomic_cas_64 81 lock = &atomic_locks64[((uintptr_t)ptr >> 4) & 127]; 82 __cpu_simple_lock(lock); 87 __cpu_simple_unlock(lock);
|
/src/sys/uvm/ |
uvm_pglist.h | 57 * example L2/L3 cache locality. Each bucket has its own lock, and the 82 * Lock for each bucket. 85 kmutex_t lock; member in union:uvm_freelist_lock
|