Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/android/
Dbinder.c542 int tmp_ref; member
610 atomic_t tmp_ref; member
1875 atomic_dec(&thread->tmp_ref); in binder_thread_dec_tmpref()
1876 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) { in binder_thread_dec_tmpref()
1899 proc->tmp_ref--; in binder_proc_dec_tmpref()
1901 !proc->tmp_ref) { in binder_proc_dec_tmpref()
1927 atomic_inc(&from->tmp_ref); in binder_get_txn_from()
2710 node->proc->tmp_ref++; in binder_get_node_refs_for_txn()
2805 target_proc->tmp_ref++; in binder_transaction()
2891 atomic_inc(&from->tmp_ref); in binder_transaction()
[all …]