Searched refs:gen_pool_add (Results 1 - 15 of 15) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce-genpool.c80 ret = gen_pool_add(tmpp, (unsigned long)gen_pool_buf, MCE_POOLSZ, -1); mce_gen_pool_create()
/linux-4.4.14/arch/sh/boards/mach-sdk7786/
H A Dsram.c63 ret = gen_pool_add(sram_pool, (unsigned long)vaddr, SZ_2K, -1); fpga_sram_init()
/linux-4.4.14/include/linux/
H A Dgenalloc.h83 * gen_pool_add - add a new chunk of special memory to the pool
94 static inline int gen_pool_add(struct gen_pool *pool, unsigned long addr, gen_pool_add() function
/linux-4.4.14/arch/metag/kernel/
H A Dtcm.c139 if (gen_pool_add(pool->pool, reg->res.start, tcm_add_region()
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
H A Dcxio_resource.c284 if (gen_pool_add(rdev_p->pbl_pool, pbl_start, pbl_chunk, -1)) { cxio_hal_pblpool_create()
336 gen_pool_add(rdev_p->rqt_pool, i, RQT_CHUNK, -1); cxio_hal_rqtpool_create()
/linux-4.4.14/arch/ia64/kernel/
H A Duncached.c156 status = gen_pool_add(uc_pool->pool, uc_addr, IA64_GRANULE_SIZE, nid); uncached_add_chunk()
262 (void) gen_pool_add(pool, uc_start, size, nid); uncached_build_memmap()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
H A Dresource.c292 if (gen_pool_add(rdev->pbl_pool, pbl_start, pbl_chunk, -1)) { c4iw_pblpool_create()
365 if (gen_pool_add(rdev->rqt_pool, rqt_start, rqt_chunk, -1)) { c4iw_rqtpool_create()
431 if (gen_pool_add(rdev->ocqp_pool, start, chunk, -1)) { c4iw_ocqp_pool_create()
/linux-4.4.14/drivers/staging/android/ion/
H A Dion_carveout_heap.c176 gen_pool_add(carveout_heap->pool, carveout_heap->base, heap_data->size, ion_carveout_heap_create()
H A Dion_chunk_heap.c172 gen_pool_add(chunk_heap->pool, chunk_heap->base, heap_data->size, -1); ion_chunk_heap_create()
/linux-4.4.14/arch/hexagon/kernel/
H A Ddma.c70 gen_pool_add(coherent_pool, hexagon_dma_alloc_coherent()
/linux-4.4.14/arch/arm/kernel/
H A Dtcm.c401 ret = gen_pool_add(tcm_pool, dtcm_pool_start, setup_tcm_pool()
418 ret = gen_pool_add(tcm_pool, itcm_pool_start, setup_tcm_pool()
/linux-4.4.14/drivers/video/fbdev/
H A Dsh_mobile_meram.c692 error = gen_pool_add(priv->pool, meram->start, resource_size(meram), sh_mobile_meram_probe()
/linux-4.4.14/drivers/iommu/
H A Dfsl_pamu.c1148 ret = gen_pool_add(spaace_pool, (unsigned long)spaact, SPAACT_SIZE, -1); fsl_pamu_probe()
/linux-4.4.14/drivers/acpi/apei/
H A Dghes.c229 ret = gen_pool_add(ghes_estatus_pool, addr, PAGE_SIZE, -1); ghes_estatus_pool_expand()
/linux-4.4.14/arch/avr32/mach-at32ap/
H A Dat32ap700x.c2341 if (gen_pool_add(pool, 0x24000000, 0x8000, -1)) sram_init()

Completed in 562 milliseconds