Searched refs:HasWork (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/ |
| H A D | workqueue.rs | 565 pub unsafe trait HasWork<T, const ID: u64 = 0> { trait 602 HasWork<$work_type:ty $(, $id:tt)?> 608 unsafe impl$(<$($generics)+>)? $crate::workqueue::HasWork<$work_type $(, $id)?> for $self { 631 impl{T} HasWork<Self> for ClosureWork<T> { self.work } 729 pub unsafe trait HasDelayedWork<T, const ID: u64 = 0>: HasWork<T, ID> {} 766 unsafe impl$(<$($generics)+>)? $crate::workqueue::HasWork<$work_type $(, $id)?> for $self { 818 T: HasWork<T, ID>, 842 T: HasWork<T, ID>, 881 T: HasWork<T, ID>, 901 T: HasWork<T, ID>,
|
| /linux/drivers/android/binder/ |
| H A D | process.rs | 471 impl HasWork<Process> for Process { self.defer_work }
|