Home
last modified time | relevance | path

Searched refs:__raw_spin_lock_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dspinlock.h101 extern void __raw_spin_lock_init(raw_spinlock_t *lock, const char *name,
108 __raw_spin_lock_init((lock), #lock, &__key, LD_WAIT_SPIN); \
335 __raw_spin_lock_init(spinlock_check(lock), \
/openbmc/linux/kernel/locking/
H A Dspinlock_debug.c16 void __raw_spin_lock_init(raw_spinlock_t *lock, const char *name, in __raw_spin_lock_init() function
32 EXPORT_SYMBOL(__raw_spin_lock_init);
/openbmc/linux/rust/
H A Dhelpers.c50 __raw_spin_lock_init(spinlock_check(lock), name, key, LD_WAIT_CONFIG); in rust_helper___spin_lock_init()