Searched refs:alloc (Results 76 - 100 of 462) sorted by relevance

1234567891011>>

/linux-master/arch/riscv/kernel/pi/
H A DMakefile28 --prefix-alloc-sections=.init.pi
/linux-master/drivers/scsi/arm/
H A Dqueue.c74 queue->alloc = q = kmalloc_array(nqueues, sizeof(QE_t), GFP_KERNEL);
83 return queue->alloc != NULL;
95 kfree(queue->alloc);
/linux-master/mm/
H A DMakefile55 page-alloc-y := page_alloc.o
56 page-alloc-$(CONFIG_SHUFFLE_PAGE_ALLOCATOR) += shuffle.o
61 obj-y += page-alloc.o
H A Dsparse-vmemmap.c64 "vmemmap alloc failure: order:%u", order);
93 return altmap->base_pfn + altmap->reserve + altmap->alloc
99 unsigned long allocated = altmap->alloc + altmap->align;
124 altmap->alloc += nr_pfns;
128 pr_debug("%s: pfn: %#lx alloc: %ld align: %ld nr: %#lx\n",
129 __func__, pfn, altmap->alloc, altmap->align, nr_pfns);
/linux-master/drivers/dax/
H A Dbus.c876 struct resource *alloc; local
881 /* handle the seed alloc special case */
890 alloc = __request_region(res, start, size, dev_name(dev), 0);
891 if (!alloc)
897 __release_region(res, alloc->start, resource_size(alloc));
907 .start = alloc->start,
908 .end = alloc->end,
912 dev_dbg(dev, "alloc range[%d]: %pa:%pa\n", dev_dax->nr_range - 1,
913 &alloc
1058 resource_size_t alloc = 0; local
[all...]
/linux-master/sound/core/
H A Dmemalloc.c37 if (WARN_ON_ONCE(!ops || !ops->alloc))
39 return ops->alloc(dmab, size);
340 .alloc = snd_dma_continuous_alloc,
403 .alloc = snd_dma_vmalloc_alloc,
458 .alloc = snd_dma_iram_alloc,
485 .alloc = snd_dma_dev_alloc,
531 .alloc = snd_dma_wc_alloc,
661 .alloc = snd_dma_noncontig_alloc,
708 .alloc = snd_dma_sg_wc_alloc,
856 .alloc
[all...]
/linux-master/drivers/net/ethernet/
H A Dec_bhf.c117 u8 *alloc; member in struct:bhf_dma
341 buf->alloc = dma_alloc_coherent(dev, buf->alloc_len, &buf->alloc_phys,
343 if (buf->alloc == NULL) {
349 buf->buf = buf->alloc + (buf->buf_phys - buf->alloc_phys);
426 dma_free_coherent(dev, priv->rx_buf.alloc_len, priv->rx_buf.alloc,
444 priv->tx_buf.alloc, priv->tx_buf.alloc_phys);
446 priv->rx_buf.alloc, priv->rx_buf.alloc_phys);
/linux-master/arch/s390/mm/
H A Dvmem.c567 pte_t *vmem_get_alloc_pte(unsigned long addr, bool alloc) argument
578 if (!alloc)
587 if (!alloc)
596 if (!alloc)
607 if (!alloc)
621 int __vmem_map_4k_page(unsigned long addr, unsigned long phys, pgprot_t prot, bool alloc) argument
627 ptep = vmem_get_alloc_pte(addr, alloc);
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c237 srq->srqn = mthca_alloc(&dev->srq_table.alloc);
322 mthca_free(&dev->srq_table.alloc, srq->srqn);
368 mthca_free(&dev->srq_table.alloc, srq->srqn);
676 err = mthca_alloc_init(&dev->srq_table.alloc,
686 mthca_alloc_cleanup(&dev->srq_table.alloc);
697 mthca_alloc_cleanup(&dev->srq_table.alloc);
/linux-master/drivers/gpu/host1x/
H A Djob.c217 struct iova *alloc; local
244 alloc = alloc_iova(&host->iova, gather_size >> shift,
246 if (!alloc) {
251 err = iommu_map_sgtable(host->domain, iova_dma_addr(&host->iova, alloc),
254 __free_iova(&host->iova, alloc);
259 map->phys = iova_dma_addr(&host->iova, alloc);
/linux-master/arch/sparc/lib/
H A Dcopy_user.S22 #define ALLOC #alloc
93 .section .fixup,#alloc,#execinstr
109 .section .fixup,#alloc,#execinstr
133 .section .fixup,#alloc,#execinstr
147 .section .fixup,#alloc,#execinstr
387 .section .fixup,#alloc,#execinstr
/linux-master/arch/arm/mm/
H A Dmmu.c750 void *(*alloc)(unsigned long sz))
753 pte_t *pte = alloc(PTE_HWTABLE_OFF + PTE_HWTABLE_SIZE);
769 void *(*alloc)(unsigned long sz),
772 pte_t *pte = arm_pte_alloc(pmd, addr, type->prot_l1, alloc);
810 void *(*alloc)(unsigned long sz), bool ng)
831 __phys_to_pfn(phys), type, alloc, ng);
842 void *(*alloc)(unsigned long sz), bool ng)
849 alloc_init_pmd(pud, addr, next, phys, type, alloc, ng);
857 void *(*alloc)(unsigned long sz), bool ng)
864 alloc_init_pud(p4d, addr, next, phys, type, alloc, n
[all...]
/linux-master/drivers/media/radio/
H A Dradio-aztech.c121 .alloc = aztech_alloc,
H A Dradio-rtrack2.c104 .alloc = rtrack2_alloc,
H A Dradio-typhoon.c134 .alloc = typhoon_alloc,
H A Dradio-terratec.c128 .alloc = terratec_alloc,
/linux-master/drivers/irqchip/
H A Dirq-nvic.c68 .alloc = nvic_irq_domain_alloc,
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c83 static __be64 *pnv_tce(struct iommu_table *tbl, bool user, long idx, bool alloc) argument
97 if (!alloc)
181 __be64 *pnv_tce_useraddrptr(struct iommu_table *tbl, long index, bool alloc) argument
186 return pnv_tce(tbl, true, index - tbl->it_offset, alloc);
/linux-master/drivers/xen/
H A DMakefile41 obj-$(CONFIG_XEN_UNPOPULATED_ALLOC) += unpopulated-alloc.o
/linux-master/include/linux/sunrpc/
H A Drpc_pipe_fs.h118 struct rpc_pipe_dir_object *(*alloc)(void *),
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.h23 uint64_t alloc; /* inode phys. allocation bitmap for member in struct:xfs_icluster
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ttm_sys_mgr.c80 .alloc = xe_ttm_sys_mgr_new,
/linux-master/include/net/page_pool/
H A Dtypes.h164 struct pp_alloc_cache alloc ____cacheline_aligned_in_smp;
/linux-master/include/linux/
H A Dmemremap.h19 * @alloc: track pages consumed, private to vmemmap_populate()
27 unsigned long alloc; member in struct:vmem_altmap
H A Dmempool.h23 mempool_alloc_t *alloc; member in struct:mempool_s

Completed in 234 milliseconds

1234567891011>>