Lines Matching refs:pf_head

2463 					 struct list_head *pf_head)  in binder_do_deferred_txn_copies()  argument
2469 list_first_entry_or_null(pf_head, struct binder_ptr_fixup, in binder_do_deferred_txn_copies()
2515 pf = list_first_entry_or_null(pf_head, in binder_do_deferred_txn_copies()
2522 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_do_deferred_txn_copies()
2541 struct list_head *pf_head) in binder_cleanup_deferred_txn_lists() argument
2550 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_cleanup_deferred_txn_lists()
2617 static int binder_add_fixup(struct list_head *pf_head, binder_size_t offset, in binder_add_fixup() argument
2634 list_for_each_entry_reverse(tmppf, pf_head, node) { in binder_add_fixup()
2644 list_add(&pf->node, pf_head); in binder_add_fixup()
2648 static int binder_translate_fd_array(struct list_head *pf_head, in binder_translate_fd_array() argument
2697 ret = binder_add_fixup(pf_head, fda_offset, 0, fda->num_fds * sizeof(u32)); in binder_translate_fd_array()
2716 static int binder_fixup_parent(struct list_head *pf_head, in binder_fixup_parent() argument
2763 return binder_add_fixup(pf_head, buffer_offset, bp->buffer, 0); in binder_fixup_parent()
2997 struct list_head pf_head; in binder_transaction() local
3001 INIT_LIST_HEAD(&pf_head); in binder_transaction()
3542 ret = binder_translate_fd_array(&pf_head, fda, in binder_transaction()
3591 ret = binder_fixup_parent(&pf_head, t, in binder_transaction()
3634 &sgc_head, &pf_head); in binder_transaction()
3718 binder_cleanup_deferred_txn_lists(&sgc_head, &pf_head); in binder_transaction()