Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c2757 * @sgc_head: list_head of scatter-gather copy list
2760 * Processes all elements of @sgc_head, applying fixups from @pf_head
2770 struct list_head *sgc_head, in binder_do_deferred_txn_copies()
2780 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) { in binder_do_deferred_txn_copies()
2835 BUG_ON(!list_empty(sgc_head)); in binder_do_deferred_txn_copies()
2842 * @sgc_head: list_head of scatter-gather copy list
2845 * Called to clean up @sgc_head and @pf_head if there is an
2848 static void binder_cleanup_deferred_txn_lists(struct list_head *sgc_head, in binder_cleanup_deferred_txn_lists() argument
2854 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) { in binder_cleanup_deferred_txn_lists()
2866 * @sgc_head
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
2882 binder_defer_copy(struct list_head *sgc_head, binder_size_t offset, const void __user *sender_uaddr, size_t length) binder_defer_copy() argument
3206 struct list_head sgc_head; binder_transaction() local
[all...]
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder.c2409 * @sgc_head: list_head of scatter-gather copy list
2412 * Processes all elements of @sgc_head, applying fixups from @pf_head
2422 struct list_head *sgc_head, in binder_do_deferred_txn_copies()
2432 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) { in binder_do_deferred_txn_copies()
2487 BUG_ON(!list_empty(sgc_head)); in binder_do_deferred_txn_copies()
2494 * @sgc_head: list_head of scatter-gather copy list
2497 * Called to clean up @sgc_head and @pf_head if there is an
2500 static void binder_cleanup_deferred_txn_lists(struct list_head *sgc_head, in binder_cleanup_deferred_txn_lists() argument
2506 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) { in binder_cleanup_deferred_txn_lists()
2518 * @sgc_head
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
2534 binder_defer_copy(struct list_head *sgc_head, binder_size_t offset, const void __user *sender_uaddr, size_t length) binder_defer_copy() argument
2971 struct list_head sgc_head; binder_transaction() local
[all...]

Completed in 11 milliseconds