Searched refs:sg_alloc_table (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dscatterlist.h214 int sg_alloc_table(struct sg_table *, unsigned int, gfp_t);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dscatterlist.c114 * The default behaviour of sg_alloc_table() is to use these kmalloc/kfree
298 * sg_alloc_table - Allocate and initialize an sg table
308 int sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) function
319 EXPORT_SYMBOL(sg_alloc_table); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Diovmm.c141 err = sg_alloc_table(sgt, nr_entries, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dintel-gtt.c130 if (sg_alloc_table(&st, mem->page_count, GFP_KERNEL))

Completed in 119 milliseconds