Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder_internal.h400 * @tmp_ref: temporary reference to indicate proc is in use
443 int tmp_ref; member
483 * @tmp_ref: temporary reference to indicate thread is in use
507 atomic_t tmp_ref; member
H A Dbinder.c1523 * binder_thread_dec_tmpref() - decrement thread->tmp_ref
1531 * tmp_ref and free if appropriate (thread has been released
1541 atomic_dec(&thread->tmp_ref); in binder_thread_dec_tmpref()
1542 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) { in binder_thread_dec_tmpref()
1551 * binder_proc_dec_tmpref() - decrement proc->tmp_ref
1555 * handle a transaction. proc->tmp_ref is incremented when
1565 proc->tmp_ref--; in binder_proc_dec_tmpref()
1567 !proc->tmp_ref) { in binder_proc_dec_tmpref()
1579 * Atomically return the "from" thread and increment the tmp_ref
1593 atomic_inc(&from->tmp_ref); in binder_get_txn_from()
[all...]