Searched refs:has_strong_ref (Results 1 – 2 of 2) sorted by relevance
199 __u32 has_strong_ref; member
383 u8 has_strong_ref:1; member1264 node->has_strong_ref)) { in binder_inc_node_nilocked()1272 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()1340 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()3954 int has_strong_ref; in binder_thread_read() local3963 has_strong_ref = node->has_strong_ref; in binder_thread_read()3971 if (strong && !has_strong_ref) { in binder_thread_read()3972 node->has_strong_ref = 1; in binder_thread_read()3976 if (!strong && has_strong_ref) in binder_thread_read()3977 node->has_strong_ref = 0; in binder_thread_read()[all …]