Home
last modified time | relevance | path

Searched refs:new_with_data (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dtypes.rs224 pub fn new_with_data(data: T, cleanup_func: F) -> Self { in new_with_data() method
240 ScopeGuard::new_with_data((), move |()| cleanup()) in new()
H A Ddevres.rs192 let inner = ScopeGuard::new_with_data(inner, |inner| inner.devm.complete_all()); in devres_callback()