Searched refs:update_refcount (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | node.rs | 479 pub(crate) fn update_refcount(self: &DArc<Self>, inc: bool, count: usize, strong: bool) { in update_refcount() method 856 self.node.update_refcount(true, 1, strong); in update() 869 self.node.update_refcount(false, *node_count, strong); in update() 885 .update_refcount(false, self.strong_node_count, true); in drop() 889 .update_refcount(false, self.weak_node_count, false); in drop()
|
| H A D | allocation.rs | 383 node.update_refcount(true, 1, strong); in transfer_binder_object()
|