Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dnode.rs492 out.strong_count = inner.strong.count as _; in populate_counts()
771 strong_count: usize, field
776 pub(crate) fn new(node: DArc<Node>, strong_count: usize, weak_count: usize) -> Self { in new()
779 strong_node_count: strong_count, in new()
781 strong_count, in new()
793 self.strong_count += other.strong_count; in absorb()
795 other.strong_count = 0; in absorb()
818 (self.strong_count, self.weak_count) in get_count()
822 if strong && self.strong_count == 0 { in clone()
839 if strong && self.strong_count == 0 { in update()
[all …]
H A Dprocess.rs248 let strong_count = if strong { 1 } else { 0 }; in new_node_ref() localVariable
249 NodeRef::new(node, strong_count, 1 - strong_count) in new_node_ref()
268 let strong_count = if strong { 1 } else { 0 }; in new_node_ref_with_thread() localVariable
269 Ok(NodeRef::new(node, strong_count, 1 - strong_count)) in new_node_ref_with_thread()
1192 if out.strong_count != 0 in get_node_info_from_ref()
/linux/drivers/android/
H A Dbinder.c5570 if (info->strong_count || info->weak_count || info->reserved1 || in binder_ioctl_get_node_info_for_ref()
5590 info->strong_count = node->local_strong_refs + in binder_ioctl_get_node_info_for_ref()