Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dworkqueue.rs231 struct ClosureWork<T> { struct
233 work: Work<ClosureWork<T>>, argument
237 impl<T> ClosureWork<T> { argument
244 impl<T: FnOnce()> WorkItem for ClosureWork<T> { implementation