Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_internal.h245 int tmp_refs; member
H A Dbinder.c871 node->tmp_refs++; in binder_init_node_ilocked()
1002 if (node->local_weak_refs || node->tmp_refs || in binder_dec_node_nilocked()
1014 !node->local_weak_refs && !node->tmp_refs) { in binder_dec_node_nilocked()
1028 if (node->tmp_refs) { in binder_dec_node_nilocked()
1062 node->tmp_refs++; in binder_inc_node_tmpref_ilocked()
1108 node->tmp_refs--; in binder_dec_node_tmpref()
1109 BUG_ON(node->tmp_refs < 0); in binder_dec_node_tmpref()
3984 node->local_weak_refs, node->tmp_refs); in binder_thread_write()
4554 node->tmp_refs || strong; in binder_thread_read()
5811 BUG_ON(!node->tmp_refs); in binder_node_release()
[all …]