Searched refs:__sg_alloc_table (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/lib/ | 
| D | scatterlist.c | 266 int __sg_alloc_table(struct sg_table *table, unsigned int nents,  in __sg_alloc_table()  function342 EXPORT_SYMBOL(__sg_alloc_table);
 359 	ret = __sg_alloc_table(table, nents, SG_MAX_SINGLE_ALLOC,  in sg_alloc_table()
 
 | 
| D | sg_pool.c | 132 	ret = __sg_alloc_table(table, nents, SG_CHUNK_SIZE,  in sg_alloc_table_chained()
 | 
| /Linux-v5.4/include/linux/ | 
| D | scatterlist.h | 272 int __sg_alloc_table(struct sg_table *, unsigned int, unsigned int,
 |