Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/ttm/
H A Dttm_device.h172 void (*io_mem_free)(struct ttm_device *bdev, member
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c67 if (bdev->funcs->io_mem_free) in ttm_mem_io_free()
68 bdev->funcs->io_mem_free(bdev, mem); in ttm_mem_io_free()
/openbmc/linux/io_uring/
H A Dkbuf.c600 io_mem_free(ptr); in io_alloc_pbuf_ring()
742 io_mem_free(ibf->mem); in io_kbuf_mmap_list_free()
H A Dio_uring.h95 void io_mem_free(void *ptr);
H A Dio_uring.c2686 void io_mem_free(void *ptr) in io_mem_free() function
2790 io_mem_free(ctx->rings); in io_rings_free()
2791 io_mem_free(ctx->sq_sqes); in io_rings_free()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1403 .io_mem_free = &nouveau_ttm_io_mem_free,