Searched refs:lkpi_devres_alloc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | device.h | 217 void *lkpi_devres_alloc(void(*release)(struct device *, void *), size_t, gfp_t); 224 #define devres_alloc(_r, _s, _g) lkpi_devres_alloc(_r, _s, _g) 589 p = lkpi_devres_alloc(lkpi_devm_kmalloc_release, size, gfp); in devm_kmalloc()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_devres.c | 52 lkpi_devres_alloc(void(*release)(struct device *, void *), in lkpi_devres_alloc() function
|
| H A D | linux_interrupt.c | 138 irqe = lkpi_devres_alloc(lkpi_devm_irq_release, sizeof(*irqe), in lkpi_request_irq()
|
| H A D | linux_pci.c | 516 dr = lkpi_devres_alloc(lkpi_pci_devres_release, sizeof(*dr), in lkpi_pci_devres_get_alloc() 561 dr = lkpi_devres_alloc(lkpi_pcim_iomap_table_release, in lkpi_pcim_iomap_devres_find()
|