Searched refs:pf_head (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/android/ |
| D | binder.c | 2377 struct list_head *pf_head) in binder_do_deferred_txn_copies() argument 2383 list_first_entry_or_null(pf_head, struct binder_ptr_fixup, in binder_do_deferred_txn_copies() 2429 pf = list_first_entry_or_null(pf_head, in binder_do_deferred_txn_copies() 2436 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_do_deferred_txn_copies() 2455 struct list_head *pf_head) in binder_cleanup_deferred_txn_lists() argument 2464 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_cleanup_deferred_txn_lists() 2531 static int binder_add_fixup(struct list_head *pf_head, binder_size_t offset, in binder_add_fixup() argument 2548 list_for_each_entry_reverse(tmppf, pf_head, node) { in binder_add_fixup() 2558 list_add(&pf->node, pf_head); in binder_add_fixup() 2562 static int binder_translate_fd_array(struct list_head *pf_head, in binder_translate_fd_array() argument [all …]
|