Searched refs:__lock (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/locking/ |
H A D | futex-requeue-pi.rst | 29 lock(cond->__data.__lock); 32 unlock(cond->__data.__lock); 34 lock(cond->__data.__lock); 36 unlock(cond->__data.__lock); 42 lock(cond->__data.__lock); 43 unlock(cond->__data.__lock); 63 lock(cond->__data.__lock); 66 unlock(cond->__data.__lock); 68 lock(cond->__data.__lock); 70 unlock(cond->__data.__lock); [all...] |
/linux/include/linux/ |
H A D | local_lock_internal.h | 227 #define __local_lock(__lock) \ argument 230 spin_lock((__lock)); \ 242 #define __local_unlock(__lock) \ argument 244 spin_unlock((__lock)); \
|
H A D | maple_tree.h | 256 * @__lock: The external lock 259 #define MTREE_INIT_EXT(name, __flags, __lock) { \ argument 260 .ma_external_lock = &(__lock).dep_map, \ 265 #define MTREE_INIT_EXT(name, __flags, __lock) MTREE_INIT(name, __flags) argument
|
/linux/drivers/md/ |
H A D | dm-bio-prison-v2.c | 226 static int __lock(struct dm_bio_prison_v2 *prison, in __lock() function 266 r = __lock(prison, key, lock_level, cell_prealloc, cell_result); in dm_cell_lock_v2()
|
/linux/drivers/gpu/drm/ |
H A D | drm_gpuvm.c | 814 * @__lock: whether to lock with the internal spinlock 818 #define drm_gpuvm_bo_list_add(__vm_bo, __list_name, __lock) \ argument 820 __lock ? &(__vm_bo)->vm->__list_name.lock : \ 843 * @__lock: whether to lock with the internal spinlock 847 #define drm_gpuvm_bo_list_del_init(__vm_bo, __list_name, __lock) \ argument 849 __lock ? &(__vm_bo)->vm->__list_name.lock : \ 858 * @__lock: whether to lock with the internal spinlock 862 #define drm_gpuvm_bo_list_del(__vm_bo, __list_name, __lock) \ argument 864 __lock ? &(__vm_bo)->vm->__list_name.lock : \
|
/linux/kernel/sched/ |
H A D | sched.h | 1093 raw_spinlock_t __lock; member 1360 * stable unless you actually hold a relevant rq->__lock. 1365 return &rq->core->__lock; in rq_lockp() 1367 return &rq->__lock; in rq_lockp() 1373 return &rq->core->__lock; in __rq_lockp() 1375 return &rq->__lock; in __rq_lockp() 1463 return &rq->__lock; in rq_lockp() 1468 return &rq->__lock; in __rq_lockp() 2738 * this task, rendering our rq->__lock ineffective. in __block_task() 2741 * LOCK rq->__lock LOC in __block_task() [all...] |
/linux/tools/memory-model/ |
H A D | linux-kernel.def | 41 spin_lock(X) { __lock(X); }
|
/linux/sound/core/seq/ |
H A D | seq_clientmgr.c | 122 goto __lock; in client_use_ptr() 159 goto __lock; in client_use_ptr() 165 __lock: in client_use_ptr()
|
/linux/kernel/locking/ |
H A D | lockdep.c | 138 static arch_spinlock_t __lock = (arch_spinlock_t)__ARCH_SPIN_LOCK_UNLOCKED; variable 146 arch_spin_lock(&__lock); in lockdep_lock() 158 arch_spin_unlock(&__lock); in lockdep_unlock()
|