Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dtypes.rs207 pub fn new_with_data(data: T, cleanup_func: F) -> Self { in new_with_data() method
223 ScopeGuard::new_with_data((), move |()| cleanup()) in new()
Dinit.rs1109 let mut init_count = ScopeGuard::new_with_data(0, |i| {
1154 let mut init_count = ScopeGuard::new_with_data(0, |i| {