Searched refs:alloc (Results 276 - 300 of 462) sorted by relevance

<<111213141516171819

/linux-master/arch/s390/kernel/
H A Dkprobes.c62 .alloc = alloc_s390_insn_page,
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c425 .alloc = vb2_vmalloc_alloc,
/linux-master/drivers/media/radio/
H A Dradio-isa.c183 struct radio_isa_card *isa = drv->ops->alloc();
/linux-master/fs/ocfs2/
H A Daops.c22 #include "alloc.h"
1267 loff_t pos, unsigned len, int alloc)
1274 if (alloc == 0)
1753 /* direct write needs not to start trans if no extents alloc. */
1895 * Take alloc sem here to prevent concurrent lookups. That way
2100 ocfs2_dio_alloc_write_ctx(struct buffer_head *bh, int *alloc) argument
2115 *alloc = 1;
2206 * when we are going to alloc extents beyond file size, add the
1265 ocfs2_set_target_boundaries(struct ocfs2_super *osb, struct ocfs2_write_ctxt *wc, loff_t pos, unsigned len, int alloc) argument
/linux-master/mm/
H A Dmemremap.c153 WARN_ONCE(pgmap->altmap.alloc, "failed to free all reserved pages\n");
/linux-master/fs/smb/server/
H A Dsmbacl.c338 int alloc; local
346 alloc = sizeof(struct posix_ace_state_array)
348 state->users = kzalloc(alloc, GFP_KERNEL);
351 state->groups = kzalloc(alloc, GFP_KERNEL);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ttm_vram_mgr.c306 .alloc = xe_ttm_vram_mgr_new,
/linux-master/drivers/tee/
H A Dtee_shm.c101 rc = teedev->pool->ops->alloc(teedev->pool, shm, size, align);
/linux-master/drivers/iommu/iommufd/
H A Dmain.c327 struct iommu_ioas_alloc alloc; member in union:ucmd_buffer
/linux-master/drivers/iommu/amd/
H A Dio_pgtable.c604 .alloc = v1_alloc_pgtable,
/linux-master/include/linux/
H A Ddma-map-ops.h27 void *(*alloc)(struct device *dev, size_t size, member in struct:dma_map_ops
160 /* Use fallback alloc() and free() when CONFIG_DMA_CMA=n */
H A Dirqdomain.h100 int (*alloc)(struct irq_domain *d, unsigned int virq, member in struct:irq_domain_ops
H A Dsecurity.h168 bool alloc);
396 void **buffer, bool alloc);
988 bool alloc)
990 return cap_inode_getsecurity(idmap, inode, name, buffer, alloc);
985 security_inode_getsecurity(struct mnt_idmap *idmap, struct inode *inode, const char *name, void **buffer, bool alloc) argument
/linux-master/drivers/irqchip/
H A Dirq-qcom-mpm.c256 .alloc = qcom_mpm_alloc,
H A Dirq-meson-gpio.c518 .alloc = meson_gpio_irq_domain_alloc,
H A Dirq-loongson-eiointc.c279 .alloc = eiointc_domain_alloc,
H A Dirq-ls-scfg-msi.c189 .alloc = ls_scfg_msi_domain_irq_alloc,
H A Dirq-renesas-rzg2l.c387 .alloc = rzg2l_irqc_alloc,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile15 health.o mcg.o cq.o alloc.o port.o mr.o pd.o \
/linux-master/drivers/gpu/drm/ttm/tests/
H A Dttm_resource_test.c279 ret = man->func->alloc(man, bo, place, &res);
/linux-master/drivers/cpufreq/
H A Dcpufreq_ondemand.c406 .alloc = od_alloc,
/linux-master/arch/powerpc/platforms/pseries/
H A Dibmebus.c143 .alloc = ibmebus_alloc_coherent,
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c691 .alloc = tmc_etr_alloc_flat_buf,
769 .alloc = tmc_etr_alloc_sg_buf,
828 if (etr_buf_ops[mode] && etr_buf_ops[mode]->alloc)
829 rc = etr_buf_ops[mode]->alloc(drvdata, etr_buf,
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c614 goto alloc;
629 alloc:
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_transport.c782 err = ft->alloc ? ft->alloc(netdev) : -ENODEV;

Completed in 271 milliseconds

<<111213141516171819