Lines Matching refs:sgc
2737 struct binder_sg_copy *sgc, *tmpsgc; in binder_do_deferred_txn_copies() local
2743 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) { in binder_do_deferred_txn_copies()
2746 while (bytes_copied < sgc->length) { in binder_do_deferred_txn_copies()
2748 size_t bytes_left = sgc->length - bytes_copied; in binder_do_deferred_txn_copies()
2749 size_t offset = sgc->offset + bytes_copied; in binder_do_deferred_txn_copies()
2760 sgc->sender_uaddr + bytes_copied, in binder_do_deferred_txn_copies()
2790 list_del(&sgc->node); in binder_do_deferred_txn_copies()
2791 kfree(sgc); in binder_do_deferred_txn_copies()
2814 struct binder_sg_copy *sgc, *tmpsgc; in binder_cleanup_deferred_txn_lists() local
2817 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) { in binder_cleanup_deferred_txn_lists()
2818 list_del(&sgc->node); in binder_cleanup_deferred_txn_lists()
2819 kfree(sgc); in binder_cleanup_deferred_txn_lists()