Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/sync/
H A Dcondvar.rs131 let ret = guard.do_unlocked(|| unsafe { bindings::schedule_timeout(timeout_in_jiffies) }); in wait_internal()
H A Dlock.rs231 pub(crate) fn do_unlocked<U>(&mut self, cb: impl FnOnce() -> U) -> U { in do_unlocked() method