Searched refs:tmp_ref (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/android/
H A Dbinder.c1434 * binder_thread_dec_tmpref() - decrement thread->tmp_ref
1442 * tmp_ref and free if appropriate (thread has been released
1452 atomic_dec(&thread->tmp_ref);
1453 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) {
1462 * binder_proc_dec_tmpref() - decrement proc->tmp_ref
1466 * handle a transaction. proc->tmp_ref is incremented when
1476 proc->tmp_ref--;
1478 !proc->tmp_ref) {
1490 * Atomically return the "from" thread and increment the tmp_ref
1504 atomic_inc(&from->tmp_ref);
[all...]
H A Dbinder_internal.h385 * @tmp_ref: temporary reference to indicate proc is in use
427 int tmp_ref; member in struct:binder_proc
467 * @tmp_ref: temporary reference to indicate thread is in use
491 atomic_t tmp_ref; member in struct:binder_thread

Completed in 202 milliseconds