sgl_count 533 crypto/af_alg.c unsigned int sgl_count = 0; sgl_count 554 crypto/af_alg.c sgl_count++; sgl_count 558 crypto/af_alg.c return sgl_count; sgl_count 564 crypto/af_alg.c return sgl_count; sgl_count 1503 drivers/target/target_core_transport.c u32 sgl_count, struct scatterlist *sgl_bidi, u32 sgl_bidi_count) sgl_count 1505 drivers/target/target_core_transport.c if (!sgl || !sgl_count) sgl_count 1520 drivers/target/target_core_transport.c cmd->t_data_nents = sgl_count; sgl_count 1560 drivers/target/target_core_transport.c struct scatterlist *sgl, u32 sgl_count, sgl_count 1632 drivers/target/target_core_transport.c if (sgl_count != 0) { sgl_count 1656 drivers/target/target_core_transport.c rc = transport_generic_map_mem_to_cmd(se_cmd, sgl, sgl_count, sgl_count 653 drivers/vhost/scsi.c int sgl_count = 0; sgl_count 661 drivers/vhost/scsi.c sgl_count = iov_iter_npages(iter, 0xffff); sgl_count 662 drivers/vhost/scsi.c if (sgl_count > max_sgls) { sgl_count 664 drivers/vhost/scsi.c " max_sgls: %d\n", __func__, sgl_count, max_sgls); sgl_count 667 drivers/vhost/scsi.c return sgl_count; sgl_count 698 drivers/vhost/scsi.c int sgl_count, ret; sgl_count 702 drivers/vhost/scsi.c sgl_count = vhost_scsi_calc_sgls(prot_iter, prot_bytes, sgl_count 704 drivers/vhost/scsi.c if (sgl_count < 0) sgl_count 705 drivers/vhost/scsi.c return sgl_count; sgl_count 707 drivers/vhost/scsi.c sg_init_table(cmd->tvc_prot_sgl, sgl_count); sgl_count 708 drivers/vhost/scsi.c cmd->tvc_prot_sgl_count = sgl_count; sgl_count 720 drivers/vhost/scsi.c sgl_count = vhost_scsi_calc_sgls(data_iter, data_bytes, sgl_count 722 drivers/vhost/scsi.c if (sgl_count < 0) sgl_count 723 drivers/vhost/scsi.c return sgl_count; sgl_count 725 drivers/vhost/scsi.c sg_init_table(cmd->tvc_sgl, sgl_count); sgl_count 726 drivers/vhost/scsi.c cmd->tvc_sgl_count = sgl_count; sgl_count 2324 fs/cifs/smbdirect.c mr->sgl_count, mr->dir); sgl_count 2467 fs/cifs/smbdirect.c smbdirect_mr->sgl_count = num_pages; sgl_count 2537 fs/cifs/smbdirect.c smbdirect_mr->sgl_count, smbdirect_mr->dir); sgl_count 2605 fs/cifs/smbdirect.c smbdirect_mr->sgl_count, sgl_count 294 fs/cifs/smbdirect.h int sgl_count;