Lines Matching defs:table
275 * devcd_free_sgtable - free all the memory of the given scatterlist table
279 * on the chained table
280 * @table: pointer to sg_table to free
292 * @data: the scatterlist table to copy from
301 struct scatterlist *table = data;
308 return sg_pcopy_to_buffer(table, sg_nents(table), buffer, buf_len,
402 * @table: the dump data
411 void dev_coredumpsg(struct device *dev, struct scatterlist *table,
414 dev_coredumpm(dev, NULL, table, datalen, gfp, devcd_read_from_sgtable,