Home
last modified time | relevance | path

Searched refs:sg_max (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/lib/
Dscatterlist.c1111 unsigned int sg_max, in extract_user_to_sg() argument
1122 array_size(sg_max, sizeof(struct scatterlist)); in extract_user_to_sg()
1123 pages -= sg_max; in extract_user_to_sg()
1126 res = iov_iter_extract_pages(iter, &pages, maxsize, sg_max, in extract_user_to_sg()
1135 sg_max -= npages; in extract_user_to_sg()
1148 } while (maxsize > 0 && sg_max > 0); in extract_user_to_sg()
1165 unsigned int sg_max, in extract_bvec_to_sg() argument
1189 sg_max--; in extract_bvec_to_sg()
1193 if (maxsize <= 0 || sg_max == 0) in extract_bvec_to_sg()
1211 unsigned int sg_max, in extract_kvec_to_sg() argument
[all …]
/linux-6.12.1/include/linux/
Duio.h409 struct sg_table *sgtable, unsigned int sg_max,
/linux-6.12.1/drivers/scsi/aacraid/
Daachba.c220 struct aac_raw_io2 *rio2, int sg_max);
223 int sg_max, u64 sg_address);
3924 struct aac_raw_io2 *rio2, int sg_max) in aac_build_sgraw2() argument
3940 BUG_ON(i >= sg_max); in aac_build_sgraw2()
3986 if (i > 0 && nseg_new <= sg_max) { in aac_build_sgraw2()
4041 int sg_max, in aac_build_sghba() argument
4066 WARN_ON(i >= sg_max); in aac_build_sghba()