Home
last modified time | relevance | path

Searched refs:pf_head (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/android/
H A Dbinder.c2473 struct list_head *pf_head) in binder_do_deferred_txn_copies() argument
2525 pf = list_first_entry_or_null(pf_head, in binder_do_deferred_txn_copies()
2532 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_do_deferred_txn_copies()
2551 struct list_head *pf_head) in binder_cleanup_deferred_txn_lists() argument
2644 list_for_each_entry_reverse(tmppf, pf_head, node) { in binder_add_fixup()
2654 list_add(&pf->node, pf_head); in binder_add_fixup()
3022 struct list_head pf_head; in binder_transaction() local
3026 INIT_LIST_HEAD(&pf_head); in binder_transaction()
3580 ret = binder_translate_fd_array(&pf_head, fda, in binder_transaction()
3632 ret = binder_fixup_parent(&pf_head, t, in binder_transaction()
[all …]