Searched refs:spinlock_check (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | spinlock.h | 313 static __always_inline raw_spinlock_t *spinlock_check(spinlock_t *lock) 324 __raw_spin_lock_init(spinlock_check(lock), \ in spinlock_check() function 332 spinlock_check(_lock); \ 358 raw_spin_lock_nested(spinlock_check(lock), subclass); \ 359 __release(spinlock_check(lock)); __acquire(lock); \ in spin_trylock() 364 raw_spin_lock_nest_lock(spinlock_check(lock), nest_lock); \ 365 __release(spinlock_check(lock)); __acquire(lock); \ 376 raw_spin_lock_irqsave(spinlock_check(lock), flags); \ in spin_lock_irq() 377 __release(spinlock_check(lock)); __acquire(lock); \ in spin_lock_irq() 382 raw_spin_lock_irqsave_nested(spinlock_check(loc [all...] |
| /linux/rust/helpers/ |
| H A D | spinlock.c | 13 __raw_spin_lock_init(spinlock_check(lock), name, key, LD_WAIT_CONFIG); in rust_helper___spin_lock_init()
|
| /linux/arch/parisc/kernel/ |
| H A D | syscall.S | 72 .macro spinlock_check spin_val,tmpreg macro 638 spinlock_check %r28, %r21 795 spinlock_check %r28, %r21 1031 spinlock_check %r28, %r21 1230 spinlock_check %r28, %r21
|