Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dsync.rs36 pub struct LockClassKey { struct
43 unsafe impl Sync for LockClassKey {} implementation
45 impl LockClassKey { implementation
89 impl PinnedDrop for LockClassKey { implementation
H A Dworkqueue.rs674 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