Searched refs:__sg_alloc_table (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/lib/
H A Dscatterlist.c201 * __sg_alloc_table(). The @max_ents value must be identical to
202 * that previously used with __sg_alloc_table().
257 * __sg_alloc_table - Allocate and initialize an sg table with given allocator
275 int __sg_alloc_table(struct sg_table *table, unsigned int nents, __sg_alloc_table() function
346 EXPORT_SYMBOL(__sg_alloc_table); variable
363 ret = __sg_alloc_table(table, nents, SG_MAX_SINGLE_ALLOC, sg_alloc_table()
/linux-4.4.14/include/linux/
H A Dscatterlist.h261 int __sg_alloc_table(struct sg_table *, unsigned int, unsigned int,
/linux-4.4.14/drivers/scsi/
H A Dscsi_lib.c608 ret = __sg_alloc_table(&sdb->table, nents, SCSI_MAX_SG_SEGMENTS, scsi_alloc_sgtable()

Completed in 140 milliseconds