Home
last modified time | relevance | path

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

/Linux-v5.10/include/drm/ttm/
Dttm_bo_driver.h210 void (*io_mem_free)(struct ttm_bo_device *bdev, member
/Linux-v5.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()
/Linux-v5.10/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1411 .io_mem_free = &nouveau_ttm_io_mem_free,
/Linux-v5.10/fs/
Dio_uring.c7917 static void io_mem_free(void *ptr) in io_mem_free() function
8309 io_mem_free(ctx->rings); in io_ring_ctx_free()
8310 io_mem_free(ctx->sq_sqes); in io_ring_ctx_free()
9161 io_mem_free(ctx->rings); in io_allocate_scq_urings()
9168 io_mem_free(ctx->rings); in io_allocate_scq_urings()