Searched refs:gen_pool (Results 1 – 15 of 15) sorted by relevance
| /arch/powerpc/platforms/pseries/ |
| A D | rtas-work-area.c | 41 struct gen_pool *gen_pool; member 104 (addr = gen_pool_alloc(rwa_state.gen_pool, size)) != 0); in __rtas_work_area_alloc() 121 gen_pool_free(rwa_state.gen_pool, (unsigned long)area->buf, area->size); in rtas_work_area_free() 139 struct gen_pool *pool; in rtas_work_area_allocator_init() 167 rwa_state.gen_pool = pool; in rtas_work_area_allocator_init()
|
| /arch/s390/include/asm/ |
| A D | cio.h | 366 void *cio_gp_dma_zalloc(struct gen_pool *gp_dma, struct device *dma_dev, 368 void *__cio_gp_dma_zalloc(struct gen_pool *gp_dma, struct device *dma_dev, 370 void cio_gp_dma_free(struct gen_pool *gp_dma, void *cpu_addr, size_t size); 371 void cio_gp_dma_destroy(struct gen_pool *gp_dma, struct device *dma_dev); 372 struct gen_pool *cio_gp_dma_create(struct device *dma_dev, int nr_pages);
|
| /arch/arm/mach-davinci/ |
| A D | sram.c | 15 static struct gen_pool *sram_pool; 17 struct gen_pool *sram_get_gen_pool(void) in sram_get_gen_pool()
|
| A D | sram.h | 25 extern struct gen_pool *sram_get_gen_pool(void);
|
| /arch/x86/kernel/cpu/mce/ |
| A D | genpool.c | 25 static struct gen_pool *mce_evt_pool; 122 struct gen_pool *gpool; in mce_gen_pool_create()
|
| /arch/sh/mm/ |
| A D | sram.c | 22 struct gen_pool *sram_pool;
|
| /arch/sh/include/asm/ |
| A D | sram.h | 11 extern struct gen_pool *sram_pool;
|
| /arch/arm/mach-socfpga/ |
| A D | pm.c | 32 struct gen_pool *ocram_pool; in socfpga_setup_ocram_self_refresh()
|
| /arch/csky/mm/ |
| A D | tcm.c | 24 static struct gen_pool *tcm_pool;
|
| /arch/arm/mach-omap2/ |
| A D | omap4-common.c | 127 struct gen_pool *sram_pool; in omap4_sram_init()
|
| /arch/arm/kernel/ |
| A D | tcm.c | 25 static struct gen_pool *tcm_pool;
|
| /arch/arm/mach-imx/ |
| A D | pm-imx5.c | 275 struct gen_pool *ocram_pool; in imx_suspend_alloc_ocram()
|
| A D | pm-imx6.c | 470 struct gen_pool *ocram_pool; in imx6q_suspend_init()
|
| /arch/arm/mach-at91/ |
| A D | pm.c | 982 struct gen_pool *sram_pool; in at91_pm_sram_init() 1067 struct gen_pool *sram_pool; in at91_pm_backup_init()
|
| /arch/arm/mm/ |
| A D | dma-mapping.c | 186 static struct gen_pool *atomic_pool __ro_after_init;
|
Completed in 25 milliseconds