Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/sync/
H A Dcondvar.rs106 fn wait_internal<T: ?Sized, B: Backend>(&self, wait_state: u32, guard: &mut Guard<'_, T, B>) { in wait_internal() method
134 self.wait_internal(bindings::TASK_INTERRUPTIBLE, guard); in wait()
143 self.wait_internal(bindings::TASK_UNINTERRUPTIBLE, guard) in wait_uninterruptible()