Searched refs:tmppf (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/android/ |
| D | binder.c | 2366 struct binder_ptr_fixup *tmppf; in binder_do_deferred_txn_copies() local 2421 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_do_deferred_txn_copies() 2443 struct binder_ptr_fixup *pf, *tmppf; in binder_cleanup_deferred_txn_lists() local 2449 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_cleanup_deferred_txn_lists() 2520 struct binder_ptr_fixup *tmppf; in binder_add_fixup() local 2533 list_for_each_entry_reverse(tmppf, pf_head, node) { in binder_add_fixup() 2534 if (tmppf->offset < pf->offset) { in binder_add_fixup() 2535 list_add(&pf->node, &tmppf->node); in binder_add_fixup()
|