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()
1673 atomic_inc(&target_thread->tmp_ref); in binder_free_transaction()
2978 node->proc->tmp_ref++; in binder_get_node_refs_for_txn()
3202 target_proc->tmp_ref++; in binder_transaction()
3321 atomic_inc(&from->tmp_ref); in binder_transaction()
5287 atomic_set(&thread->tmp_ref, 0); in binder_get_thread_ilocked()
[all …]
/linux/fs/btrfs/
H A Dsend.c4096 struct recorded_ref *tmp_ref; in record_check_dir_ref_in_tree() local
4106 tmp_ref = list_last_entry(list, struct recorded_ref, list); in record_check_dir_ref_in_tree()
4107 rb_add(&tmp_ref->node, root, rbtree_check_dir_ref_less); in record_check_dir_ref_in_tree()
4108 tmp_ref->root = root; in record_check_dir_ref_in_tree()