free_sg_list_head 853 drivers/scsi/esas2r/esas2r.h struct list_head free_sg_list_head; free_sg_list_head 1155 drivers/scsi/esas2r/esas2r.h if (likely(!list_empty(&a->free_sg_list_head))) { free_sg_list_head 1156 drivers/scsi/esas2r/esas2r.h sgl = a->free_sg_list_head.next; free_sg_list_head 1271 drivers/scsi/esas2r/esas2r.h list_splice_tail_init(&rq->sg_table_head, &a->free_sg_list_head); free_sg_list_head 327 drivers/scsi/esas2r/esas2r_init.c INIT_LIST_HEAD(&a->free_sg_list_head); free_sg_list_head 512 drivers/scsi/esas2r/esas2r_init.c list_for_each_entry_safe(memdesc, next, &a->free_sg_list_head, free_sg_list_head 866 drivers/scsi/esas2r/esas2r_init.c list_add_tail(&sgl->next_desc, &a->free_sg_list_head);