Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dspinlock_rt.h19 #define __spin_lock_init(slock, name, key, percpu) \ macro
28 __spin_lock_init(slock, #slock, &__key, percpu); \
/linux-6.15/rust/helpers/
H A Dspinlock.c10 __spin_lock_init(lock, name, key, false); in rust_helper___spin_lock_init()
/linux-6.15/rust/kernel/sync/lock/
H A Dspinlock.rs111 unsafe { bindings::__spin_lock_init(ptr, name, key) } in init()