Lines Matching refs:tmp_ref
478 int tmp_ref; member
547 atomic_t tmp_ref; member
1784 atomic_dec(&thread->tmp_ref); in binder_thread_dec_tmpref()
1785 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) { in binder_thread_dec_tmpref()
1808 proc->tmp_ref--; in binder_proc_dec_tmpref()
1810 !proc->tmp_ref) { in binder_proc_dec_tmpref()
1836 atomic_inc(&from->tmp_ref); in binder_get_txn_from()
2805 node->proc->tmp_ref++; in binder_get_node_refs_for_txn()
2906 target_proc->tmp_ref++; in binder_transaction()
3021 atomic_inc(&from->tmp_ref); in binder_transaction()
4646 atomic_set(&thread->tmp_ref, 0); in binder_get_thread_ilocked()
4721 proc->tmp_ref++; in binder_thread_release()
4726 atomic_inc(&thread->tmp_ref); in binder_thread_release()
5421 proc->tmp_ref++; in binder_deferred_release()
5621 atomic_read(&thread->tmp_ref)); in print_binder_thread_ilocked()