Searched refs:has_strong_ref (Results 1 – 3 of 3) sorted by relevance
253 u8 has_strong_ref:1; member
830 node->has_strong_ref)) { in binder_inc_node_nilocked()4787 int has_strong_ref; in binder_thread_read() local4796 has_strong_ref = node->has_strong_ref; in binder_thread_read()4804 if (strong && !has_strong_ref) { in binder_thread_read()4805 node->has_strong_ref = 1; in binder_thread_read()4809 if (!strong && has_strong_ref) in binder_thread_read()4810 node->has_strong_ref = 0; in binder_thread_read()4842 if (!ret && strong && !has_strong_ref) in binder_thread_read()4847 if (!ret && !strong && has_strong_ref) in binder_thread_read()5479 new_node->has_strong_ref = 1; in binder_ioctl_set_ctx_mgr()[all …]
207 __u32 has_strong_ref; member