Searched refs:lock_with_nodes (Results 1 – 2 of 2) sorted by relevance
333 let mut inner = self.lock_with_nodes(); in find_freeze_recipients()344 inner = self.lock_with_nodes(); in find_freeze_recipients()
1301 pub(crate) fn lock_with_nodes(&self) -> WithNodes<'_> { in lock_with_nodes() method