Lines Matching refs:tmp_ref
473 * @tmp_ref: temporary reference to indicate proc is in use
508 int tmp_ref;
554 * @tmp_ref: temporary reference to indicate thread is in use
577 atomic_t tmp_ref;
1843 * binder_thread_dec_tmpref() - decrement thread->tmp_ref
1851 * tmp_ref and free if appropriate (thread has been released
1861 atomic_dec(&thread->tmp_ref);
1862 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) {
1871 * binder_proc_dec_tmpref() - decrement proc->tmp_ref
1875 * handle a transaction. proc->tmp_ref is incremented when
1885 proc->tmp_ref--;
1887 !proc->tmp_ref) {
1899 * Atomically return the "from" thread and increment the tmp_ref
1913 atomic_inc(&from->tmp_ref);
3169 node->proc->tmp_ref++;
3277 target_proc->tmp_ref++;
3392 atomic_inc(&from->tmp_ref);
5119 atomic_set(&thread->tmp_ref, 0);
5195 proc->tmp_ref++;
5200 atomic_inc(&thread->tmp_ref);
5967 proc->tmp_ref++;
6167 atomic_read(&thread->tmp_ref));