Searched defs:LockClassKey (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/ | ||
| H A D | sync.rs | 47 unsafe impl Send for LockClassKey {} implementation |
| /linux/rust/kernel/sync/ | ||
| H A D | lock.rs | 134 key: Pin<&'static LockClassKey>, in new() argument |