Lines Matching refs:sgc_head
2361 struct list_head *sgc_head, in binder_do_deferred_txn_copies() argument
2371 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) { in binder_do_deferred_txn_copies()
2426 BUG_ON(!list_empty(sgc_head)); in binder_do_deferred_txn_copies()
2439 static void binder_cleanup_deferred_txn_lists(struct list_head *sgc_head, in binder_cleanup_deferred_txn_lists() argument
2445 list_for_each_entry_safe(sgc, tmpsgc, sgc_head, node) { in binder_cleanup_deferred_txn_lists()
2473 static int binder_defer_copy(struct list_head *sgc_head, binder_size_t offset, in binder_defer_copy() argument
2490 list_add_tail(&bc->node, sgc_head); in binder_defer_copy()
2901 struct list_head sgc_head; in binder_transaction() local
2905 INIT_LIST_HEAD(&sgc_head); in binder_transaction()
3491 ret = binder_defer_copy(&sgc_head, sg_buf_offset, in binder_transaction()
3554 &sgc_head, &pf_head); in binder_transaction()
3638 binder_cleanup_deferred_txn_lists(&sgc_head, &pf_head); in binder_transaction()