Searched refs:alloc (Results 251 - 275 of 462) sorted by relevance

<<111213141516171819

/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1314 qp->qpn = mthca_alloc(&dev->qp_table.alloc);
1324 mthca_free(&dev->qp_table.alloc, qp->qpn);
1496 mthca_free(&dev->qp_table.alloc, qp->qpn);
2272 err = mthca_alloc_init(&dev->qp_table.alloc,
2283 mthca_alloc_cleanup(&dev->qp_table.alloc);
2303 mthca_alloc_cleanup(&dev->qp_table.alloc);
2316 mthca_alloc_cleanup(&dev->qp_table.alloc);
/linux-master/arch/arc/kernel/
H A Dunwind.c173 void *(*alloc) (unsigned long));
176 * wrappers for header alloc (vs. calling one vs. other at call site)
254 void *(*alloc) (unsigned long))
313 header = alloc(hdrSize);
/linux-master/drivers/usb/mon/
H A Dmon_bin.c137 size_t alloc; /* Length of data (can be zero) */ member in struct:mon_bin_get
1075 if (getb.alloc > 0x10000000) /* Want to cast to u32 */
1079 getb.data, (unsigned int)getb.alloc);
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c939 if (reg1->alloc & (0x1 << i))
942 reg1->alloc = 0;
951 int i, alloc = 0; local
962 if (!uncore_box_is_fake(box) && (reg1->alloc & (0x1 << i)))
971 alloc |= (0x1 << i);
981 reg1->alloc |= alloc;
986 if (alloc & (0x1 << i))
1088 (!uncore_box_is_fake(box) && reg1->alloc))
1114 reg1->alloc
[all...]
/linux-master/kernel/irq/
H A Dirqdomain.c1252 * as such from its .alloc() callback.
1466 if (!domain->ops->alloc) {
1467 pr_debug("domain->ops->alloc() is NULL\n");
1471 return domain->ops->alloc(domain, irq_base, nr_irqs, arg);
1588 * @arg: Passed to the irq_domain_ops alloc() function.
1608 * calls to struct irq_domain_ops->alloc(), which could lead
1877 /* Hierarchy irq_domains must implement callback alloc() */
1878 if (domain->ops->alloc)
/linux-master/drivers/net/fddi/skfp/h/
H A Dsmt.h282 u_int st_sba ; /* synchr. bandwidth alloc */
542 u_int allocatable ; /* total sync bw available for alloc */
802 struct smt_p_001d alloc ; /* SBA Allocatable */ member in struct:smt_sba_alc_res
/linux-master/arch/mips/jazz/
H A Djazzdma.c608 .alloc = jazz_dma_alloc,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dmock_engine.c203 .alloc = mock_context_alloc,
/linux-master/drivers/pci/controller/
H A Dpcie-xilinx.c269 .alloc = xilinx_msi_domain_alloc,
H A Dpci-xgene-msi.c239 .alloc = xgene_irq_domain_alloc,
396 pr_err("failed to alloc CPU mask for affinity\n");
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum1_kvdl.c380 .alloc = mlxsw_sp1_kvdl_alloc,
/linux-master/drivers/iommu/
H A Dio-pgtable-dart.c467 .alloc = apple_dart_alloc_pgtable,
/linux-master/arch/powerpc/boot/
H A Dwrapper333 objflags="-O binary --set-section-flags=.bss=contents,alloc,load,data"
496 --set-section-flags=$3=contents,alloc,load,readonly,data
/linux-master/drivers/irqchip/
H A Dirq-gic-v2m.c233 .alloc = gicv2m_irq_domain_alloc,
H A Dirq-loongson-pch-pic.c215 .alloc = pch_pic_alloc,
H A Dirq-imx-mu-msi.c198 .alloc = imx_mu_msi_domain_irq_alloc,
/linux-master/arch/arm/mach-exynos/
H A Dsuspend.c185 .alloc = exynos_pmu_domain_alloc,
/linux-master/arch/arm/mach-omap2/
H A Domap-wakeupgen.c539 .alloc = wakeupgen_domain_alloc,
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-catu.c362 .alloc = catu_alloc_etr_buf,
/linux-master/fs/nfs/
H A Ddns_resolve.c378 .alloc = nfs_dns_ent_alloc,
/linux-master/drivers/cpufreq/
H A Dcpufreq_governor.c356 policy_dbs = gov->alloc();
/linux-master/drivers/gpio/
H A Dgpio-uniphier.c314 .alloc = uniphier_gpio_irq_domain_alloc,
H A Dgpio-lpc18xx.c198 .alloc = lpc18xx_gpio_pin_ic_domain_alloc,
/linux-master/drivers/gpu/drm/i915/
H A Di915_ttm_buddy_manager.c248 .alloc = i915_ttm_buddy_man_alloc,
/linux-master/drivers/scsi/qedf/
H A Dqedf.h189 unsigned int alloc; member in struct:qedf_ioreq

Completed in 301 milliseconds

<<111213141516171819