Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dprocess.rs217 pub(crate) fn update_node_refcount( in update_node_refcount() method
246 self.update_node_refcount(&node, true, strong, 1, thread); in new_node_ref()
979 inner.update_node_refcount(&node, false, strong, 1, None); in update_node()
H A Dnode.rs475 .update_node_refcount(self, inc, strong, count, None); in update_refcount()