Searched refs:strong_count (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | node.rs | 492 out.strong_count = inner.strong.count as _; in populate_counts() 769 strong_count: usize, field 774 pub(crate) fn new(node: DArc<Node>, strong_count: usize, weak_count: usize) -> Self { in new() 777 strong_node_count: strong_count, in new() 779 strong_count, in new() 791 self.strong_count += other.strong_count; in absorb() 793 other.strong_count = 0; in absorb() 816 (self.strong_count, self.weak_count) in get_count() 820 if strong && self.strong_count == 0 { in clone() 837 if strong && self.strong_count == 0 { in update() [all …]
|
| H A D | process.rs | 247 let strong_count = if strong { 1 } else { 0 }; in new_node_ref() localVariable 248 NodeRef::new(node, strong_count, 1 - strong_count) in new_node_ref() 267 let strong_count = if strong { 1 } else { 0 }; in new_node_ref_with_thread() localVariable 268 Ok(NodeRef::new(node, strong_count, 1 - strong_count)) in new_node_ref_with_thread() 1178 if out.strong_count != 0 in get_node_info_from_ref()
|
| /linux/include/uapi/linux/android/ |
| H A D | binder.h | 213 __u32 strong_count; member
|
| /linux/drivers/android/ |
| H A D | binder.c | 5555 if (info->strong_count || info->weak_count || info->reserved1 || in binder_ioctl_get_node_info_for_ref() 5575 info->strong_count = node->local_strong_refs + in binder_ioctl_get_node_info_for_ref()
|