Searched refs:has_weak_ref (Results 1 – 5 of 5) sorted by relevance
200 __u32 has_weak_ref; member
255 u8 has_weak_ref:1; member
957 if (!node->has_weak_ref && list_empty(&node->work.entry)) { in binder_inc_node_nilocked()1007 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()4545 int has_weak_ref; in binder_thread_read() local4556 has_weak_ref = node->has_weak_ref; in binder_thread_read()4558 if (weak && !has_weak_ref) { in binder_thread_read()4559 node->has_weak_ref = 1; in binder_thread_read()4570 if (!weak && has_weak_ref) in binder_thread_read()4571 node->has_weak_ref = 0; in binder_thread_read()4596 if (weak && !has_weak_ref) in binder_thread_read()4611 if (!ret && !weak && has_weak_ref) in binder_thread_read()[all …]
256 __u32 has_weak_ref; member