Home
last modified time | relevance | path

Searched refs:weak_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/android/binder/
H A Dnode.rs493 out.weak_count = inner.weak.count as _; in populate_counts()
770 weak_count: usize, field
774 pub(crate) fn new(node: DArc<Node>, strong_count: usize, weak_count: usize) -> Self { in new()
778 weak_node_count: weak_count, in new()
780 weak_count, in new()
792 self.weak_count += other.weak_count; in absorb()
794 other.weak_count = 0; in absorb()
816 (self.strong_count, self.weak_count) in get_count()
844 self.weak_count, in update()
848 &mut self.weak_count, in update()
H A Dprocess.rs1179 || out.weak_count != 0 in get_node_info_from_ref()
/linux/include/uapi/linux/android/
H A Dbinder.h214 __u32 weak_count; member
/linux/drivers/android/
H A Dbinder.c5555 if (info->strong_count || info->weak_count || info->reserved1 || in binder_ioctl_get_node_info_for_ref()
5577 info->weak_count = node->local_weak_refs; in binder_ioctl_get_node_info_for_ref()