Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dfreeze.rs333 let mut inner = self.lock_with_nodes(); in find_freeze_recipients()
344 inner = self.lock_with_nodes(); in find_freeze_recipients()
H A Dprocess.rs1301 pub(crate) fn lock_with_nodes(&self) -> WithNodes<'_> { in lock_with_nodes() method