Home
last modified time | relevance | path

Searched defs:LockClassKey (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/rust/kernel/
Dsync.rs26 pub struct LockClassKey(Opaque<bindings::lock_class_key>); struct
30 unsafe impl Sync for LockClassKey {} implementation
32 impl LockClassKey { implementation