Searched refs:tmppf (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/android/ |
| H A D | binder.c | 2472 struct binder_ptr_fixup *tmppf; in binder_do_deferred_txn_copies() local 2527 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_do_deferred_txn_copies() 2549 struct binder_ptr_fixup *pf, *tmppf; in binder_cleanup_deferred_txn_lists() local 2555 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_cleanup_deferred_txn_lists() 2626 struct binder_ptr_fixup *tmppf; in binder_add_fixup() local 2639 list_for_each_entry_reverse(tmppf, pf_head, node) { in binder_add_fixup() 2640 if (tmppf->offset < pf->offset) { in binder_add_fixup() 2641 list_add(&pf->node, &tmppf->node); in binder_add_fixup()
|