Searched refs:tmp_refs (Results 1 – 2 of 2) sorted by relevance
243 int tmp_refs; member
771 node->tmp_refs++; in binder_init_node_ilocked()898 if (node->local_weak_refs || node->tmp_refs || in binder_dec_node_nilocked()910 !node->local_weak_refs && !node->tmp_refs) { in binder_dec_node_nilocked()924 if (node->tmp_refs) { in binder_dec_node_nilocked()958 node->tmp_refs++; in binder_inc_node_tmpref_ilocked()1004 node->tmp_refs--; in binder_dec_node_tmpref()1005 BUG_ON(node->tmp_refs < 0); in binder_dec_node_tmpref()4198 node->local_weak_refs, node->tmp_refs); in binder_thread_write()4793 node->tmp_refs || strong; in binder_thread_read()6135 BUG_ON(!node->tmp_refs); in binder_node_release()[all …]
Completed in 17 milliseconds