Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/sync/
H A Dcondvar.rs118 guard.do_unlocked(|| unsafe { bindings::schedule() }); in wait_internal()
H A Dlock.rs143 pub(crate) fn do_unlocked(&mut self, cb: impl FnOnce()) { in do_unlocked() method