Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_internal.h443 int tmp_ref; member
528 atomic_t tmp_ref; member
H A Dbinder.c1560 atomic_dec(&thread->tmp_ref); in binder_thread_dec_tmpref()
1561 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) { in binder_thread_dec_tmpref()
1584 proc->tmp_ref--; in binder_proc_dec_tmpref()
1586 !proc->tmp_ref) { in binder_proc_dec_tmpref()
1612 atomic_inc(&from->tmp_ref); in binder_get_txn_from()
2959 node->proc->tmp_ref++; in binder_get_node_refs_for_txn()
3066 target_proc->tmp_ref++; in binder_transaction()
3177 atomic_inc(&from->tmp_ref); in binder_transaction()
4908 atomic_set(&thread->tmp_ref, 0); in binder_get_thread_ilocked()
4991 proc->tmp_ref++; in binder_thread_release()
[all …]