Searched refs:lkpi_devres_alloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_devres.c | 50 lkpi_devres_alloc(void(*release)(struct device *, void *), in lkpi_devres_alloc() function 246 devres = lkpi_devres_alloc(lkpi_devm_action_release, in lkpi_devm_add_action()
|
H A D | linux_interrupt.c | 137 irqe = lkpi_devres_alloc(lkpi_devm_irq_release, sizeof(*irqe), in lkpi_request_irq()
|
H A D | linux_pci.c | 624 dr = lkpi_devres_alloc(lkpi_pci_devres_release, sizeof(*dr), in lkpi_pci_devres_get_alloc() 703 dr = lkpi_devres_alloc(lkpi_pcim_iomap_table_release, in lkpi_pcim_iomap_devres_find() 1612 dr = lkpi_devres_alloc(lkpi_dmam_free_coherent, in linuxkpi_dmam_alloc_coherent()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | device.h | 268 void *lkpi_devres_alloc(void(*release)(struct device *, void *), size_t, gfp_t); 275 #define devres_alloc(_r, _s, _g) lkpi_devres_alloc(_r, _s, _g) 677 p = lkpi_devres_alloc(lkpi_devm_kmalloc_release, size, gfp); in devm_kmalloc()
|