Home
last modified time | relevance | path

Searched refs:tmp_refs (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/android/
Dbinder.c319 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()
[all …]