Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c2758 * @pf_head: list_head of pointer fixup list
2760 * Processes all elements of @sgc_head, applying fixups from @pf_head
2771 struct list_head *pf_head) in binder_do_deferred_txn_copies()
2777 list_first_entry_or_null(pf_head, struct binder_ptr_fixup, in binder_do_deferred_txn_copies()
2823 pf = list_first_entry_or_null(pf_head, in binder_do_deferred_txn_copies()
2830 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_do_deferred_txn_copies()
2843 * @pf_head: list_head of pointer fixup list
2845 * Called to clean up @sgc_head and @pf_head if there is an
2849 struct list_head *pf_head) in binder_cleanup_deferred_txn_lists()
2858 list_for_each_entry_safe(pf, tmppf, pf_head, nod in binder_cleanup_deferred_txn_lists()
2768 binder_do_deferred_txn_copies(struct binder_alloc *alloc, struct binder_buffer *buffer, struct list_head *sgc_head, struct list_head *pf_head) binder_do_deferred_txn_copies() argument
2848 binder_cleanup_deferred_txn_lists(struct list_head *sgc_head, struct list_head *pf_head) binder_cleanup_deferred_txn_lists() argument
2925 binder_add_fixup(struct list_head *pf_head, binder_size_t offset, binder_uintptr_t fixup, size_t skip_size) binder_add_fixup() argument
2956 binder_translate_fd_array(struct list_head *pf_head, struct binder_fd_array_object *fda, const void __user *sender_ubuffer, struct binder_buffer_object *parent, struct binder_buffer_object *sender_uparent, struct binder_transaction *t, struct binder_thread *thread, struct binder_transaction *in_reply_to) binder_translate_fd_array() argument
3024 binder_fixup_parent(struct list_head *pf_head, struct binder_transaction *t, struct binder_thread *thread, struct binder_buffer_object *bp, binder_size_t off_start_offset, binder_size_t num_valid, binder_size_t last_fixup_obj_off, binder_size_t last_fixup_min_off) binder_fixup_parent() argument
3207 struct list_head pf_head; binder_transaction() local
[all...]
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder.c2410 * @pf_head: list_head of pointer fixup list
2412 * Processes all elements of @sgc_head, applying fixups from @pf_head
2423 struct list_head *pf_head) in binder_do_deferred_txn_copies()
2429 list_first_entry_or_null(pf_head, struct binder_ptr_fixup, in binder_do_deferred_txn_copies()
2475 pf = list_first_entry_or_null(pf_head, in binder_do_deferred_txn_copies()
2482 list_for_each_entry_safe(pf, tmppf, pf_head, node) { in binder_do_deferred_txn_copies()
2495 * @pf_head: list_head of pointer fixup list
2497 * Called to clean up @sgc_head and @pf_head if there is an
2501 struct list_head *pf_head) in binder_cleanup_deferred_txn_lists()
2510 list_for_each_entry_safe(pf, tmppf, pf_head, nod in binder_cleanup_deferred_txn_lists()
2420 binder_do_deferred_txn_copies(struct binder_alloc *alloc, struct binder_buffer *buffer, struct list_head *sgc_head, struct list_head *pf_head) binder_do_deferred_txn_copies() argument
2500 binder_cleanup_deferred_txn_lists(struct list_head *sgc_head, struct list_head *pf_head) binder_cleanup_deferred_txn_lists() argument
2577 binder_add_fixup(struct list_head *pf_head, binder_size_t offset, binder_uintptr_t fixup, size_t skip_size) binder_add_fixup() argument
2608 binder_translate_fd_array(struct list_head *pf_head, struct binder_fd_array_object *fda, const void __user *sender_ubuffer, struct binder_buffer_object *parent, struct binder_buffer_object *sender_uparent, struct binder_transaction *t, struct binder_thread *thread, struct binder_transaction *in_reply_to) binder_translate_fd_array() argument
2676 binder_fixup_parent(struct list_head *pf_head, struct binder_transaction *t, struct binder_thread *thread, struct binder_buffer_object *bp, binder_size_t off_start_offset, binder_size_t num_valid, binder_size_t last_fixup_obj_off, binder_size_t last_fixup_min_off) binder_fixup_parent() argument
2972 struct list_head pf_head; binder_transaction() local
[all...]

Completed in 11 milliseconds