Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/android/
Dbinder_internal.h426 int tmp_ref; member
490 atomic_t tmp_ref; member
Dbinder.c1441 atomic_dec(&thread->tmp_ref); in binder_thread_dec_tmpref()
1442 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) { in binder_thread_dec_tmpref()
1465 proc->tmp_ref--; in binder_proc_dec_tmpref()
1467 !proc->tmp_ref) { in binder_proc_dec_tmpref()
1493 atomic_inc(&from->tmp_ref); in binder_get_txn_from()
2846 node->proc->tmp_ref++; in binder_get_node_refs_for_txn()
2978 target_proc->tmp_ref++; in binder_transaction()
3099 atomic_inc(&from->tmp_ref); in binder_transaction()
4829 atomic_set(&thread->tmp_ref, 0); in binder_get_thread_ilocked()
4909 proc->tmp_ref++; in binder_thread_release()
[all …]