Searched refs:__spin_lock_init (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | spinlock_rt.h | 19 #define __spin_lock_init(slock, name, key, percpu) \ macro 28 __spin_lock_init(slock, #slock, &__key, percpu); \
|
| /linux-6.15/rust/helpers/ |
| H A D | spinlock.c | 10 __spin_lock_init(lock, name, key, false); in rust_helper___spin_lock_init()
|
| /linux-6.15/rust/kernel/sync/lock/ |
| H A D | spinlock.rs | 111 unsafe { bindings::__spin_lock_init(ptr, name, key) } in init()
|