Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dsync.rs47 unsafe impl Send for LockClassKey {} implementation
38 pub struct LockClassKey { global() struct
45 unsafe impl Sync for LockClassKey {} global() implementation
90 impl PinnedDrop for LockClassKey { global() implementation
[all...]
/linux/rust/kernel/sync/
H A Dlock.rs134 key: Pin<&'static LockClassKey>, in new() argument