Searched defs:LockClassKey (Results 1 – 2 of 2) sorted by relevance
/linux/rust/kernel/ |
H A D | sync.rs | 36 pub struct LockClassKey { struct 43 unsafe impl Sync for LockClassKey {} implementation 45 impl LockClassKey { implementation 89 impl PinnedDrop for LockClassKey { implementation
|
H A D | workqueue.rs | 674 new( work_name: &'static CStr, work_key: Pin<&'static LockClassKey>, timer_name: &'static CStr, timer_key: Pin<&'static LockClassKey>, ) -> impl PinInit<Self> where T: WorkItem<ID>, new() argument 676 new( work_name: &'static CStr, work_key: Pin<&'static LockClassKey>, timer_name: &'static CStr, timer_key: Pin<&'static LockClassKey>, ) -> impl PinInit<Self> where T: WorkItem<ID>, new() argument
|