Searched refs:alloc (Results 176 - 200 of 462) sorted by relevance

1234567891011>>

/linux-master/drivers/irqchip/
H A Dirq-mvebu-odmi.c144 .alloc = odmi_irq_domain_alloc,
H A Dirq-imx-gpcv2.c192 .alloc = imx_gpcv2_domain_alloc,
H A Dirq-mchp-eic.c198 .alloc = mchp_eic_domain_alloc,
H A Dirq-ti-sci-intr.c220 .alloc = ti_sci_intr_irq_domain_alloc,
H A Dirq-uniphier-aidet.c157 .alloc = uniphier_aidet_domain_alloc,
H A Dirq-mbigen.c231 .alloc = mbigen_irq_domain_alloc,
295 * use "num-pins" to alloc MSI vectors which are needed by client
H A Dirq-renesas-rza1.c138 .alloc = rza1_irqc_alloc,
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory_mgr.c142 * @args: additional args passed to behavior->alloc
174 rc = buf->behavior->alloc(buf, gfp, args);
176 dev_err(mmg->dev, "%s: Failure in buffer alloc callback %d\n",
/linux-master/arch/arm/mach-imx/
H A Dgpc.c223 .alloc = imx_gpc_domain_alloc,
/linux-master/include/media/
H A Drc-map.h151 * @alloc: size of \*scan, in bytes
161 unsigned int alloc; member in struct:rc_map
/linux-master/include/scsi/
H A Dlibfcoe.h296 * @alloc: handler to allocate per-instance FCoE structures
309 int (*alloc) (struct net_device *device); member in struct:fcoe_transport
/linux-master/arch/powerpc/kernel/
H A Ddma-iommu.c209 .alloc = dma_iommu_alloc_coherent,
/linux-master/drivers/pci/controller/
H A Dpcie-altera-msi.c168 .alloc = altera_irq_domain_alloc,
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci.h311 bool alloc);
/linux-master/drivers/android/
H A Dbinder_internal.h390 * @alloc: binder allocator bookkeeping
430 struct binder_alloc alloc; member in struct:binder_proc
/linux-master/arch/powerpc/include/asm/
H A Diommu.h63 __be64 *(*useraddrptr)(struct iommu_table *tbl, long index, bool alloc);
/linux-master/fs/nfsd/
H A Dnfs4acl.c457 int alloc; local
465 alloc = sizeof(struct posix_ace_state_array)
467 state->users = kzalloc(alloc, GFP_KERNEL);
470 state->groups = kzalloc(alloc, GFP_KERNEL);
/linux-master/include/linux/sunrpc/
H A Dcache.h95 struct cache_head * (*alloc)(void); member in struct:cache_detail
/linux-master/drivers/cpufreq/
H A Dcpufreq_conservative.c320 .alloc = cs_alloc,
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h71 bool alloc; member in struct:nvkm_device::__anon129
/linux-master/arch/mips/sgi-ip27/
H A Dip27-irq.c173 .alloc = hub_domain_alloc,
/linux-master/drivers/s390/cio/
H A Dcmf.c96 * @alloc: allocate memory for a channel measurement block,
98 * @free: free memory allocated with @alloc
106 int (*alloc) (struct ccw_device *); member in struct:cmb_operations
716 .alloc = alloc_cmb,
969 .alloc = alloc_cmbe,
1134 ret = cmbops->alloc(cdev);
/linux-master/fs/btrfs/
H A Dblock-group.h339 u64 bytenr, u64 num_bytes, bool alloc);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddatapath.h531 struct iwl_rx_baid_cfg_cmd_alloc alloc; member in union:iwl_rx_baid_cfg_cmd::__anon973
/linux-master/include/linux/
H A Dtee_drv.h234 * @alloc: called when allocating shared memory
239 int (*alloc)(struct tee_shm_pool *pool, struct tee_shm *shm, member in struct:tee_shm_pool_ops

Completed in 246 milliseconds

1234567891011>>