Searched refs:devres_alloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | dmapool.h | 62 pp = devres_alloc(lkpi_dmam_pool_destroy, sizeof(*pp), GFP_KERNEL); in dmam_pool_create()
|
H A D | device.h | 277 #define devres_alloc(_r, _s, _g) lkpi_devres_alloc(_r, _s, _g) macro
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_page_alloc_dma.c | 577 ptr = devres_alloc(ttm_dma_pool_release, sizeof(*ptr), GFP_KERNEL); in ttm_dma_pool_init()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 2775 dr = devres_alloc(devm_device_group_remove, sizeof(*dr), GFP_KERNEL); in lkpi_devm_device_add_group()
|