Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder.c1533 atomic_dec(&thread->tmp_ref); in binder_thread_dec_tmpref()
1534 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) { in binder_thread_dec_tmpref()
1557 proc->tmp_ref--; in binder_proc_dec_tmpref()
1559 !proc->tmp_ref) { in binder_proc_dec_tmpref()
1585 atomic_inc(&from->tmp_ref); in binder_get_txn_from()
2961 node->proc->tmp_ref++; in binder_get_node_refs_for_txn()
3182 target_proc->tmp_ref++; in binder_transaction()
3301 atomic_inc(&from->tmp_ref); in binder_transaction()
5259 atomic_set(&thread->tmp_ref, 0); in binder_get_thread_ilocked()
5341 proc->tmp_ref++; in binder_thread_release()
[all …]
/linux/fs/btrfs/
H A Dsend.c4124 struct recorded_ref *tmp_ref; in record_check_dir_ref_in_tree() local
4134 tmp_ref = list_last_entry(list, struct recorded_ref, list); in record_check_dir_ref_in_tree()
4135 rb_add(&tmp_ref->node, root, rbtree_check_dir_ref_less); in record_check_dir_ref_in_tree()
4136 tmp_ref->root = root; in record_check_dir_ref_in_tree()