Home
last modified time | relevance | path

Searched refs:tmp_ref (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_internal.h385 * @tmp_ref: temporary reference to indicate proc is in use
427 int tmp_ref; member
467 * @tmp_ref: temporary reference to indicate thread is in use
491 atomic_t tmp_ref; member
H A Dbinder.c1470 * 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); in binder_thread_dec_tmpref()
1489 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) { in binder_thread_dec_tmpref()
1498 * binder_proc_dec_tmpref() - decrement proc->tmp_ref
1502 * handle a transaction. proc->tmp_ref is incremented when
1512 proc->tmp_ref--; in binder_proc_dec_tmpref()
1514 !proc->tmp_ref) { in binder_proc_dec_tmpref()
1526 * Atomically return the "from" thread and increment the tmp_ref
1540 atomic_inc(&from->tmp_ref); in binder_get_txn_from()
[all...]
/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c473 * @tmp_ref: temporary reference to indicate proc is in use
508 int tmp_ref; member
554 * @tmp_ref: temporary reference to indicate thread is in use
577 atomic_t tmp_ref; member
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); in binder_thread_dec_tmpref()
1862 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) { in binder_thread_dec_tmpref()
1871 * binder_proc_dec_tmpref() - decrement proc->tmp_ref
1875 * handle a transaction. proc->tmp_ref i
[all...]

Completed in 11 milliseconds