Home
last modified time | relevance | path

Searched refs:has_weak_ref (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/android/
Dbinder.c242 unsigned has_weak_ref:1; member
949 if (!node->has_weak_ref && list_empty(&node->work.entry)) { in binder_inc_node()
976 if (node->proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node()
2272 if (weak && !node->has_weak_ref) { in binder_thread_read()
2275 node->has_weak_ref = 1; in binder_thread_read()
2288 } else if (!weak && node->has_weak_ref) { in binder_thread_read()
2291 node->has_weak_ref = 0; in binder_thread_read()
2724 binder_context_mgr_node->has_weak_ref = 1; in binder_ioctl_set_ctx_mgr()
3336 node->has_strong_ref, node->has_weak_ref, in print_binder_node()