Searched refs:has_weak_ref (Results 1 – 3 of 3) sorted by relevance
257 u8 has_weak_ref:1; member
849 if (!node->has_weak_ref && list_empty(&node->work.entry)) { in binder_inc_node_nilocked()899 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()4783 int has_weak_ref; in binder_thread_read() local4794 has_weak_ref = node->has_weak_ref; in binder_thread_read()4796 if (weak && !has_weak_ref) { in binder_thread_read()4797 node->has_weak_ref = 1; in binder_thread_read()4808 if (!weak && has_weak_ref) in binder_thread_read()4809 node->has_weak_ref = 0; in binder_thread_read()4834 if (weak && !has_weak_ref) in binder_thread_read()4849 if (!ret && !weak && has_weak_ref) in binder_thread_read()[all …]
208 __u32 has_weak_ref; member