Lines Matching refs:has_weak_ref
329 u8 has_weak_ref:1; member
1220 if (!node->has_weak_ref && list_empty(&node->work.entry)) { in binder_inc_node_nilocked()
1270 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
4298 int has_weak_ref; in binder_thread_read() local
4309 has_weak_ref = node->has_weak_ref; in binder_thread_read()
4311 if (weak && !has_weak_ref) { in binder_thread_read()
4312 node->has_weak_ref = 1; in binder_thread_read()
4323 if (!weak && has_weak_ref) in binder_thread_read()
4324 node->has_weak_ref = 0; in binder_thread_read()
4349 if (weak && !has_weak_ref) in binder_thread_read()
4364 if (!ret && !weak && has_weak_ref) in binder_thread_read()
4929 new_node->has_weak_ref = 1; in binder_ioctl_set_ctx_mgr()
4990 info->has_weak_ref = node->has_weak_ref; in binder_ioctl_get_node_debug_info()
5669 node->has_strong_ref, node->has_weak_ref, in print_binder_node_nilocked()