Searched refs:LockedBy (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/sync/ |
| H A D | locked_by.rs | 78 pub struct LockedBy<T: ?Sized, U: ?Sized> { struct 84 unsafe impl<T: ?Sized + Send, U: ?Sized> Send for LockedBy<T, U> {} implementation 92 unsafe impl<T: ?Sized + Send, U: ?Sized> Sync for LockedBy<T, U> {} implementation 94 impl<T, U> LockedBy<T, U> { implementation 114 impl<T: ?Sized, U> LockedBy<T, U> { impl
|
| /linux/rust/kernel/sync/lock/ |
| H A D | global.rs | 10 sync::{LockClassKey, LockedBy}, 131 LockedBy<T, B::Item>: Send, 140 LockedBy<T, B::Item>: Sync,
|
| /linux/rust/kernel/ |
| H A D | sync.rs | 31 pub use locked_by::LockedBy;
|
| /linux/drivers/android/binder/ |
| H A D | node.rs | 11 sync::{Arc, LockedBy, SpinLock}, 188 inner: LockedBy<NodeInner, ProcessInner>, 214 inner: LockedBy::new( in new()
|