Searched refs:tmp_refs (Results 1 – 1 of 1) sorted by relevance
315 int tmp_refs; member1113 node->tmp_refs++; in binder_init_node_ilocked()1240 if (node->local_weak_refs || node->tmp_refs || in binder_dec_node_nilocked()1252 !node->local_weak_refs && !node->tmp_refs) { in binder_dec_node_nilocked()1266 if (node->tmp_refs) { in binder_dec_node_nilocked()1300 node->tmp_refs++; in binder_inc_node_tmpref_ilocked()1346 node->tmp_refs--; in binder_dec_node_tmpref()1347 BUG_ON(node->tmp_refs < 0); in binder_dec_node_tmpref()3732 node->local_weak_refs, node->tmp_refs); in binder_thread_write()4293 node->tmp_refs || strong; in binder_thread_read()[all …]