Searched refs:has_weak_ref (Results 1 – 4 of 4) sorted by relevance
253 u8 has_weak_ref:1; member
854 if (!node->has_weak_ref && target_list && list_empty(&node->work.entry)) in binder_inc_node_nilocked()895 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()4860 int has_weak_ref; in binder_thread_read() local4871 has_weak_ref = node->has_weak_ref; in binder_thread_read()4873 if (weak && !has_weak_ref) { in binder_thread_read()4874 node->has_weak_ref = 1; in binder_thread_read()4885 if (!weak && has_weak_ref) in binder_thread_read()4886 node->has_weak_ref = 0; in binder_thread_read()4911 if (weak && !has_weak_ref) in binder_thread_read()4926 if (!ret && !weak && has_weak_ref) in binder_thread_read()[all …]
208 __u32 has_weak_ref; member
508 out.has_weak_ref = 1; in populate_debug_info()