Lines Matching refs:tmp_refs
758 node->tmp_refs++; in binder_init_node_ilocked()
885 if (node->local_weak_refs || node->tmp_refs || in binder_dec_node_nilocked()
897 !node->local_weak_refs && !node->tmp_refs) { in binder_dec_node_nilocked()
911 if (node->tmp_refs) { in binder_dec_node_nilocked()
945 node->tmp_refs++; in binder_inc_node_tmpref_ilocked()
991 node->tmp_refs--; in binder_dec_node_tmpref()
992 BUG_ON(node->tmp_refs < 0); in binder_dec_node_tmpref()
3923 node->local_weak_refs, node->tmp_refs); in binder_thread_write()
4476 node->tmp_refs || strong; in binder_thread_read()
5739 BUG_ON(!node->tmp_refs); in binder_node_release()
5740 if (hlist_empty(&node->refs) && node->tmp_refs == 1) { in binder_node_release()
6058 node->internal_strong_refs, count, node->tmp_refs); in print_binder_node_nilocked()
6330 node->tmp_refs++; in state_show()