Lines Matching defs:sgc_head
2409 * @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,
2432 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) {
2487 BUG_ON(!list_empty(sgc_head));
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,
2506 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) {
2518 * @sgc_head: list_head of scatter-gather copy list
2534 static int binder_defer_copy(struct list_head *sgc_head, binder_size_t offset,
2551 list_add_tail(&bc->node, sgc_head);
2971 struct list_head sgc_head;
2975 INIT_LIST_HEAD(&sgc_head);
3576 ret = binder_defer_copy(&sgc_head, sg_buf_offset,
3639 &sgc_head, &pf_head);
3740 binder_cleanup_deferred_txn_lists(&sgc_head, &pf_head);