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.rs182 pub fn new_with_data(data: T, cleanup_func: F) -> Self { in new_with_data() method
198 ScopeGuard::new_with_data((), move |_| cleanup()) in new()
H A Dinit.rs1025 let mut init_count = ScopeGuard::new_with_data(0, |i| {
1069 let mut init_count = ScopeGuard::new_with_data(0, |i| {