Home
last modified time | relevance | path

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

/Linux-v6.6/rust/kernel/
Dtypes.rs160 pub fn new_with_data(data: T, cleanup_func: F) -> Self { in new_with_data() method
176 ScopeGuard::new_with_data((), move |_| cleanup()) in new()
Dinit.rs1029 let mut init_count = ScopeGuard::new_with_data(0, |i| {
1073 let mut init_count = ScopeGuard::new_with_data(0, |i| {