Home
last modified time | relevance | path

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

/linux-6.8/rust/kernel/sync/
Dlock.rs142 pub(crate) fn do_unlocked(&mut self, cb: impl FnOnce()) { in do_unlocked()
/linux-6.8/rust/kernel/
Dtypes.rs175 pub fn new(cleanup: impl FnOnce()) -> ScopeGuard<(), impl FnOnce(())> { in new()