Searched refs:__sg_free_table (Results 1 – 3 of 3) sorted by relevance
/linux/lib/ |
H A D | sg_pool.c | 93 __sg_free_table(table, SG_CHUNK_SIZE, nents_first_chunk, sg_pool_free, in sg_free_table_chained()
|
H A D | scatterlist.c | 196 void __sg_free_table(struct sg_table *table, unsigned int max_ents, in __sg_free_table() function 237 EXPORT_SYMBOL(__sg_free_table); 246 __sg_free_table(&table->sgt, SG_MAX_SINGLE_ALLOC, 0, sg_kfree, in sg_free_append_table() 259 __sg_free_table(table, SG_MAX_SINGLE_ALLOC, 0, sg_kfree, in sg_free_table()
|
/linux/include/linux/ |
H A D | scatterlist.h | 434 void __sg_free_table(struct sg_table *, unsigned int, unsigned int,
|