Lines Matching defs:sgc_head
2757 * @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,
2780 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) {
2835 BUG_ON(!list_empty(sgc_head));
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,
2854 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) {
2866 * @sgc_head: list_head of scatter-gather copy list
2882 static int binder_defer_copy(struct list_head *sgc_head, binder_size_t offset,
2899 list_add_tail(&bc->node, sgc_head);
3206 struct list_head sgc_head;
3210 INIT_LIST_HEAD(&sgc_head);
3775 ret = binder_defer_copy(&sgc_head, sg_buf_offset,
3834 &sgc_head, &pf_head);
3918 binder_cleanup_deferred_txn_lists(&sgc_head, &pf_head);