Home
last modified time | relevance | path

Searched refs:io_mem_free (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/drm/ttm/
Dttm_bo_driver.h210 void (*io_mem_free)(struct ttm_bo_device *bdev, member
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_bo_util.c114 if (bdev->driver->io_mem_free) in ttm_mem_io_free()
115 bdev->driver->io_mem_free(bdev, mem); in ttm_mem_io_free()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1413 .io_mem_free = &nouveau_ttm_io_mem_free,
/kernel/linux/linux-5.10/io_uring/
Dio_uring.c8815 static void io_mem_free(void *ptr) in io_mem_free() function
9371 io_mem_free(ctx->rings); in io_ring_ctx_free()
9372 io_mem_free(ctx->sq_sqes); in io_ring_ctx_free()
10242 io_mem_free(ctx->rings); in io_allocate_scq_urings()
10249 io_mem_free(ctx->rings); in io_allocate_scq_urings()