Searched refs:tmppf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 2775 struct binder_ptr_fixup *tmppf; in binder_do_deferred_txn_copies() local 2830 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_do_deferred_txn_copies() 2852 struct binder_ptr_fixup *pf, *tmppf; in binder_cleanup_deferred_txn_lists() local 2858 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_cleanup_deferred_txn_lists() 2929 struct binder_ptr_fixup *tmppf; in binder_add_fixup() local 2942 list_for_each_entry_reverse(tmppf, pf_head, node) { in binder_add_fixup() 2943 if (tmppf->offset < pf->offset) { in binder_add_fixup() 2944 list_add(&pf->node, &tmppf->node); in binder_add_fixup()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 2427 struct binder_ptr_fixup *tmppf; in binder_do_deferred_txn_copies() local 2482 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_do_deferred_txn_copies() 2504 struct binder_ptr_fixup *pf, *tmppf; in binder_cleanup_deferred_txn_lists() local 2510 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_cleanup_deferred_txn_lists() 2581 struct binder_ptr_fixup *tmppf; in binder_add_fixup() local 2594 list_for_each_entry_reverse(tmppf, pf_head, node) { in binder_add_fixup() 2595 if (tmppf->offset < pf->offset) { in binder_add_fixup() 2596 list_add(&pf->node, &tmppf->node); in binder_add_fixup()
|
Completed in 16 milliseconds