Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/android/
Dbinder_internal.h243 int tmp_refs; member
Dbinder.c759 node->tmp_refs++; in binder_init_node_ilocked()
886 if (node->local_weak_refs || node->tmp_refs || in binder_dec_node_nilocked()
898 !node->local_weak_refs && !node->tmp_refs) { in binder_dec_node_nilocked()
912 if (node->tmp_refs) { in binder_dec_node_nilocked()
946 node->tmp_refs++; in binder_inc_node_tmpref_ilocked()
992 node->tmp_refs--; in binder_dec_node_tmpref()
993 BUG_ON(node->tmp_refs < 0); in binder_dec_node_tmpref()
3958 node->local_weak_refs, node->tmp_refs); in binder_thread_write()
4514 node->tmp_refs || strong; in binder_thread_read()
5767 BUG_ON(!node->tmp_refs); in binder_node_release()
[all …]