Home
last modified time | relevance | path

Searched refs:alloc (Results 526 - 550 of 987) sorted by relevance

1...<<21222324252627282930>>...40

/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_trans_resv.c192 bool alloc) in xfs_calc_inode_chunk_res()
198 if (alloc) { in xfs_calc_inode_chunk_res()
679 * allocation btrees for 1 block alloc: 2 * (2 * maxdepth - 1) * blocksize
190 xfs_calc_inode_chunk_res( struct xfs_mount *mp, bool alloc) xfs_calc_inode_chunk_res() argument
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm2-space.c354 static u32 tpm2_map_to_vhandle(struct tpm_space *space, u32 phandle, bool alloc) in tpm2_map_to_vhandle() argument
359 if (alloc) { in tpm2_map_to_vhandle()
/kernel/linux/linux-6.6/drivers/net/ethernet/
H A Dlantiq_xrx200.c187 static int xrx200_alloc_buf(struct xrx200_chan *ch, void *(*alloc)(unsigned int size)) in xrx200_alloc_buf()
194 ch->rx_buff[ch->dma.desc] = alloc(priv->rx_skb_size); in xrx200_alloc_buf()
564 /* alloc the network device */ in xrx200_probe()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-mips-gic.c567 .alloc = gic_irq_domain_alloc,
672 .alloc = gic_ipi_domain_alloc,
/kernel/linux/linux-6.6/net/netfilter/
H A Dcore.c53 size_t alloc = sizeof(*e) + in allocate_hook_entries_size() local
61 e = kvzalloc(alloc, GFP_KERNEL_ACCOUNT); in allocate_hook_entries_size()
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H A Dloader.c291 struct catpt_fw_block_hdr *blk, bool alloc) in catpt_load_block()
310 if (alloc) { in catpt_load_block()
289 catpt_load_block(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_block_hdr *blk, bool alloc) catpt_load_block() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1311 qp->qpn = mthca_alloc(&dev->qp_table.alloc); in mthca_alloc_qp()
1321 mthca_free(&dev->qp_table.alloc, qp->qpn); in mthca_alloc_qp()
1493 mthca_free(&dev->qp_table.alloc, qp->qpn); in mthca_free_qp()
2269 err = mthca_alloc_init(&dev->qp_table.alloc, in mthca_init_qp_table()
2280 mthca_alloc_cleanup(&dev->qp_table.alloc); in mthca_init_qp_table()
2300 mthca_alloc_cleanup(&dev->qp_table.alloc); in mthca_init_qp_table()
2313 mthca_alloc_cleanup(&dev->qp_table.alloc); in mthca_cleanup_qp_table()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1314 qp->qpn = mthca_alloc(&dev->qp_table.alloc); in mthca_alloc_qp()
1324 mthca_free(&dev->qp_table.alloc, qp->qpn); in mthca_alloc_qp()
1496 mthca_free(&dev->qp_table.alloc, qp->qpn); in mthca_free_qp()
2272 err = mthca_alloc_init(&dev->qp_table.alloc, in mthca_init_qp_table()
2283 mthca_alloc_cleanup(&dev->qp_table.alloc); in mthca_init_qp_table()
2303 mthca_alloc_cleanup(&dev->qp_table.alloc); in mthca_init_qp_table()
2316 mthca_alloc_cleanup(&dev->qp_table.alloc); in mthca_cleanup_qp_table()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dusbtouchscreen.c82 int (*alloc) (struct usbtouch_usb *usbtouch); member
1202 .alloc = mtouch_alloc,
1362 .alloc = nexio_alloc,
1756 if (type->alloc) { in usbtouch_probe()
1757 err = type->alloc(usbtouch); in usbtouch_probe()
1760 "%s - type->alloc() failed, err: %d\n", in usbtouch_probe()
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_core.c113 dev_err(dev, "can't alloc iommu domain\n"); in rproc_enable_iommu()
998 * @alloc: memory carveout allocation function
1009 int (*alloc)(struct rproc *, struct rproc_mem_entry *), in rproc_mem_entry_init()
1024 mem->alloc = alloc; in rproc_mem_entry_init()
1238 * if alloc() ops registered and updates resource table information
1252 if (entry->alloc) { in rproc_alloc_registered_carveouts()
1253 ret = entry->alloc(rproc, entry); in rproc_alloc_registered_carveouts()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_core.c113 dev_err(dev, "can't alloc iommu domain\n"); in rproc_enable_iommu()
904 * @alloc: memory carveout allocation function
917 int (*alloc)(struct rproc *, struct rproc_mem_entry *), in rproc_mem_entry_init()
932 mem->alloc = alloc; in rproc_mem_entry_init()
1148 * if alloc() ops registered and updates resource table information
1162 if (entry->alloc) { in rproc_alloc_registered_carveouts()
1163 ret = entry->alloc(rproc, entry); in rproc_alloc_registered_carveouts()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dusbtouchscreen.c82 int (*alloc) (struct usbtouch_usb *usbtouch); member
1205 .alloc = mtouch_alloc,
1365 .alloc = nexio_alloc,
1762 if (type->alloc) { in usbtouch_probe()
1763 err = type->alloc(usbtouch); in usbtouch_probe()
1766 "%s - type->alloc() failed, err: %d\n", in usbtouch_probe()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm.c109 BtmCallbacksBlock *block = MEM_MALLOC.alloc(sizeof(BtmCallbacksBlock)); in BtmAllocCallbacksBlock()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-xgene-sb.c211 .alloc = xgene_gpio_sb_domain_alloc,
/kernel/linux/linux-5.10/arch/ia64/lib/
H A Ddo_csum.S130 alloc saved_pfs=ar.pfs,2,16,0,16
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dibmebus.c141 .alloc = ibmebus_alloc_coherent,
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Diommu.h62 __be64 *(*useraddrptr)(struct iommu_table *tbl, long index, bool alloc);
/kernel/linux/linux-5.10/arch/mips/sgi-ip30/
H A Dip30-irq.c244 .alloc = heart_domain_alloc,
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dio-unit.c48 prom_printf("SUN4D: Cannot alloc iounit, halting.\n"); in iounit_iommu_init()
278 .alloc = iounit_alloc,
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/
H A Dip27-irq.c170 .alloc = hub_domain_alloc,
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Doptprobes.c55 .alloc = __ppc_alloc_insn_page,
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H A DMakefile83 --set-section-flags=.image=contents,alloc,load,readonly,data
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Ddo_csum.S130 alloc saved_pfs=ar.pfs,2,16,0,16
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Diommu.h63 __be64 *(*useraddrptr)(struct iommu_table *tbl, long index, bool alloc);
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/
H A Dxics-common.c452 .alloc = xics_host_domain_alloc,

Completed in 28 milliseconds

1...<<21222324252627282930>>...40