Searched refs:__sg_alloc_table (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | sg_pool.c | 132 ret = __sg_alloc_table(table, nents, SG_CHUNK_SIZE, in sg_alloc_table_chained()
|
H A D | scatterlist.c | 188 * __sg_alloc_table(). The @max_ents value must be identical to 189 * that previously used with __sg_alloc_table(). 246 * __sg_alloc_table - Allocate and initialize an sg table with given allocator 266 int __sg_alloc_table(struct sg_table *table, unsigned int nents, in __sg_alloc_table() function 342 EXPORT_SYMBOL(__sg_alloc_table); variable 359 ret = __sg_alloc_table(table, nents, SG_MAX_SINGLE_ALLOC, in sg_alloc_table()
|
/kernel/linux/linux-6.6/lib/ |
H A D | sg_pool.c | 133 ret = __sg_alloc_table(table, nents, SG_CHUNK_SIZE, in sg_alloc_table_chained()
|
H A D | scatterlist.c | 191 * __sg_alloc_table(). The @max_ents value must be identical to 192 * that previously used with __sg_alloc_table(). 264 * __sg_alloc_table - Allocate and initialize an sg table with given allocator 285 int __sg_alloc_table(struct sg_table *table, unsigned int nents, in __sg_alloc_table() function 361 EXPORT_SYMBOL(__sg_alloc_table); variable 378 ret = __sg_alloc_table(table, nents, SG_MAX_SINGLE_ALLOC, in sg_alloc_table()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | scatterlist.h | 291 int __sg_alloc_table(struct sg_table *, unsigned int, unsigned int,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | scatterlist.h | 438 int __sg_alloc_table(struct sg_table *, unsigned int, unsigned int,
|
Completed in 6 milliseconds