Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/android/
Dbinder_internal.h444 int tmp_ref; member
505 atomic_t tmp_ref; member
Dbinder.c1378 atomic_dec(&thread->tmp_ref); in binder_thread_dec_tmpref()
1379 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) { in binder_thread_dec_tmpref()
1402 proc->tmp_ref--; in binder_proc_dec_tmpref()
1404 !proc->tmp_ref) { in binder_proc_dec_tmpref()
1430 atomic_inc(&from->tmp_ref); in binder_get_txn_from()
2437 node->proc->tmp_ref++; in binder_get_node_refs_for_txn()
2538 target_proc->tmp_ref++; in binder_transaction()
2653 atomic_inc(&from->tmp_ref); in binder_transaction()
4305 atomic_set(&thread->tmp_ref, 0); in binder_get_thread_ilocked()
4383 proc->tmp_ref++; in binder_thread_release()
[all …]