Lines Matching refs:tmp_ref
1470 * binder_thread_dec_tmpref() - decrement thread->tmp_ref
1478 * tmp_ref and free if appropriate (thread has been released
1488 atomic_dec(&thread->tmp_ref);
1489 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) {
1498 * binder_proc_dec_tmpref() - decrement proc->tmp_ref
1502 * handle a transaction. proc->tmp_ref is incremented when
1512 proc->tmp_ref--;
1514 !proc->tmp_ref) {
1526 * Atomically return the "from" thread and increment the tmp_ref
1540 atomic_inc(&from->tmp_ref);
2915 node->proc->tmp_ref++;
3048 target_proc->tmp_ref++;
3169 atomic_inc(&from->tmp_ref);
4952 atomic_set(&thread->tmp_ref, 0);
5032 proc->tmp_ref++;
5037 atomic_inc(&thread->tmp_ref);
5579 target_proc->tmp_ref++;
6011 proc->tmp_ref++;
6216 atomic_read(&thread->tmp_ref));