tmp_ref           482 drivers/android/binder.c 	int tmp_ref;
tmp_ref           551 drivers/android/binder.c 	atomic_t tmp_ref;
tmp_ref          1809 drivers/android/binder.c 	atomic_dec(&thread->tmp_ref);
tmp_ref          1810 drivers/android/binder.c 	if (thread->is_dead && !atomic_read(&thread->tmp_ref)) {
tmp_ref          1833 drivers/android/binder.c 	proc->tmp_ref--;
tmp_ref          1835 drivers/android/binder.c 			!proc->tmp_ref) {
tmp_ref          1861 drivers/android/binder.c 		atomic_inc(&from->tmp_ref);
tmp_ref          2832 drivers/android/binder.c 		node->proc->tmp_ref++;
tmp_ref          2933 drivers/android/binder.c 		target_proc->tmp_ref++;
tmp_ref          3042 drivers/android/binder.c 					atomic_inc(&from->tmp_ref);
tmp_ref          4654 drivers/android/binder.c 	atomic_set(&thread->tmp_ref, 0);
tmp_ref          4722 drivers/android/binder.c 	proc->tmp_ref++;
tmp_ref          4727 drivers/android/binder.c 	atomic_inc(&thread->tmp_ref);
tmp_ref          5439 drivers/android/binder.c 	proc->tmp_ref++;
tmp_ref          5639 drivers/android/binder.c 			atomic_read(&thread->tmp_ref));