Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/netfs/
A Diterator.c112 unsigned int sg_max, in netfs_extract_user_to_sg() argument
123 pages -= sg_max; in netfs_extract_user_to_sg()
135 sg_max -= npages; in netfs_extract_user_to_sg()
165 unsigned int sg_max, in netfs_extract_bvec_to_sg() argument
189 sg_max--; in netfs_extract_bvec_to_sg()
193 if (maxsize <= 0 || sg_max == 0) in netfs_extract_bvec_to_sg()
211 unsigned int sg_max, in netfs_extract_kvec_to_sg() argument
248 sg_max--; in netfs_extract_kvec_to_sg()
253 } while (len > 0 && sg_max > 0); in netfs_extract_kvec_to_sg()
272 unsigned int sg_max, in netfs_extract_xarray_to_sg() argument
[all …]
/linux-6.3-rc2/include/linux/
A Dnetfs.h305 struct sg_table *sgtable, unsigned int sg_max,
/linux-6.3-rc2/drivers/scsi/aacraid/
A Daachba.c220 struct aac_raw_io2 *rio2, int sg_max);
223 int sg_max, u64 sg_address);
3926 struct aac_raw_io2 *rio2, int sg_max) in aac_build_sgraw2() argument
3942 BUG_ON(i >= sg_max); in aac_build_sgraw2()
3988 if (i > 0 && nseg_new <= sg_max) { in aac_build_sgraw2()
4043 int sg_max, in aac_build_sghba() argument
4068 WARN_ON(i >= sg_max); in aac_build_sghba()

Completed in 12 milliseconds