Home
last modified time | relevance | path

Searched refs:spinlock_check (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dspinlock.h327 static __always_inline raw_spinlock_t *spinlock_check(spinlock_t *lock) in spinlock_check() function
338 __raw_spin_lock_init(spinlock_check(lock), \
346 spinlock_check(_lock); \
369 raw_spin_lock_nested(spinlock_check(lock), subclass); \
374 raw_spin_lock_nest_lock(spinlock_check(lock), nest_lock); \
384 raw_spin_lock_irqsave(spinlock_check(lock), flags); \
389 raw_spin_lock_irqsave_nested(spinlock_check(lock), flags, subclass); \
424 raw_spin_trylock_irqsave(spinlock_check(lock), flags); \
/kernel/linux/linux-6.6/include/linux/
H A Dspinlock.h324 static __always_inline raw_spinlock_t *spinlock_check(spinlock_t *lock) in spinlock_check() function
335 __raw_spin_lock_init(spinlock_check(lock), \
343 spinlock_check(_lock); \
366 raw_spin_lock_nested(spinlock_check(lock), subclass); \
371 raw_spin_lock_nest_lock(spinlock_check(lock), nest_lock); \
381 raw_spin_lock_irqsave(spinlock_check(lock), flags); \
386 raw_spin_lock_irqsave_nested(spinlock_check(lock), flags, subclass); \
421 raw_spin_trylock_irqsave(spinlock_check(lock), flags); \
/kernel/linux/linux-6.6/rust/
H A Dhelpers.c50 __raw_spin_lock_init(spinlock_check(lock), name, key, LD_WAIT_CONFIG); in rust_helper___spin_lock_init()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dsyscall.S72 .macro spinlock_check spin_val,tmpreg
635 spinlock_check %r28, %r21
789 spinlock_check %r28, %r21
1019 spinlock_check %r28, %r21
1218 spinlock_check %r28, %r21

Completed in 3 milliseconds