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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dscatterlist.c153 * __sg_alloc_table(). The @max_ents value must be identical to
154 * that previously used with __sg_alloc_table().
206 * __sg_alloc_table - Allocate and initialize an sg table with given allocator
224 int __sg_alloc_table(struct sg_table *table, unsigned int nents, function
295 EXPORT_SYMBOL(__sg_alloc_table); variable
312 ret = __sg_alloc_table(table, nents, SG_MAX_SINGLE_ALLOC,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dscatterlist.h212 int __sg_alloc_table(struct sg_table *, unsigned int, unsigned int, gfp_t,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_lib.c613 ret = __sg_alloc_table(&sdb->table, nents, SCSI_MAX_SG_SEGMENTS,

Completed in 166 milliseconds