Searched refs:WorkItem (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/ |
| H A D | workqueue.rs | 359 impl<T: FnOnce()> WorkItem for ClosureWork<T> { 458 pub trait WorkItem<const ID: u64 = 0> { trait 499 T: WorkItem<ID>, in new() 672 T: WorkItem<ID>, in new() 817 T: WorkItem<ID, Pointer = Self>, 841 T: WorkItem<ID, Pointer = Self>, 872 T: WorkItem<ID, Pointer = Self>, 880 T: WorkItem<ID, Pointer = Self>, 900 T: WorkItem<ID, Pointer = Self>, 932 T: WorkItem<ID, Pointer = Self>,
|
| /linux/drivers/android/binder/ |
| H A D | process.rs | 483 impl workqueue::WorkItem for Process {
|