Searched refs:sg_kfree (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | scatterlist.c | 169 static void sg_kfree(struct scatterlist *sg, unsigned int nents) in sg_kfree() function 241 __sg_free_table(table, SG_MAX_SINGLE_ALLOC, false, sg_kfree); in sg_free_table() 308 * linkage. Without this, sg_kfree() may get in __sg_alloc_table() 362 __sg_free_table(table, SG_MAX_SINGLE_ALLOC, 0, sg_kfree); in sg_alloc_table()
|
/kernel/linux/linux-6.6/lib/ |
H A D | scatterlist.c | 171 static void sg_kfree(struct scatterlist *sg, unsigned int nents) in sg_kfree() function 245 __sg_free_table(&table->sgt, SG_MAX_SINGLE_ALLOC, 0, sg_kfree, in sg_free_append_table() 258 __sg_free_table(table, SG_MAX_SINGLE_ALLOC, 0, sg_kfree, in sg_free_table() 327 * linkage. Without this, sg_kfree() may get in __sg_alloc_table()
|
Completed in 4 milliseconds