Searched refs:sg_kmalloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | scatterlist.c | 149 static struct scatterlist *sg_kmalloc(unsigned int nents, gfp_t gfp_mask) in sg_kmalloc() function 360 NULL, 0, gfp_mask, sg_kmalloc); in sg_alloc_table() 384 new_sg = sg_kmalloc(alloc_size, gfp_mask); in get_next_sg()
|
/kernel/linux/linux-6.6/lib/ |
H A D | scatterlist.c | 151 static struct scatterlist *sg_kmalloc(unsigned int nents, gfp_t gfp_mask) in sg_kmalloc() function 379 NULL, 0, gfp_mask, sg_kmalloc); in sg_alloc_table() 402 new_sg = sg_kmalloc(alloc_size, gfp_mask); in get_next_sg()
|
Completed in 4 milliseconds