Lines Matching refs:tmp_refs
319 int tmp_refs; member
1138 node->tmp_refs++; in binder_init_node_ilocked()
1265 if (node->local_weak_refs || node->tmp_refs || in binder_dec_node_nilocked()
1277 !node->local_weak_refs && !node->tmp_refs) { in binder_dec_node_nilocked()
1291 if (node->tmp_refs) { in binder_dec_node_nilocked()
1325 node->tmp_refs++; in binder_inc_node_tmpref_ilocked()
1371 node->tmp_refs--; in binder_dec_node_tmpref()
1372 BUG_ON(node->tmp_refs < 0); in binder_dec_node_tmpref()
3746 node->local_weak_refs, node->tmp_refs); in binder_thread_write()
4307 node->tmp_refs || strong; in binder_thread_read()
5355 BUG_ON(!node->tmp_refs); in binder_node_release()
5356 if (hlist_empty(&node->refs) && node->tmp_refs == 1) { in binder_node_release()
5671 node->internal_strong_refs, count, node->tmp_refs); in print_binder_node_nilocked()
5942 node->tmp_refs++; in binder_state_show()