Searched refs:alloc (Results 151 - 175 of 462) sorted by relevance

1234567891011>>

/linux-master/scripts/
H A DMakefile.extrawarn61 # -Wno-alloc-size-larger-than would normally be used here, earlier versions
70 KBUILD_CFLAGS-$(call gcc-min-version, 90100) += -Wno-alloc-size-larger-than
/linux-master/lib/
H A Dmaple_tree.c585 * The ma_state alloc member is overloaded to hold a pointer to the first
587 * set, then the alloc contains the number of requested nodes. If there is an
594 if (!mas->alloc || ((unsigned long)mas->alloc & 0x1))
597 return mas->alloc->total;
606 * located in @mas->alloc->request_count, or directly in @mas->alloc if there is
608 * encoding to store in @mas->alloc directly.
612 if (!mas->alloc || ((unsigned long)mas->alloc
[all...]
/linux-master/drivers/media/radio/
H A Dradio-zoltrix.c207 .alloc = zoltrix_alloc,
H A Dradio-gemtek.c275 .alloc = gemtek_alloc,
H A Dradio-trust.c203 .alloc = trust_alloc,
/linux-master/drivers/irqchip/
H A Dirq-crossbar.c190 .alloc = crossbar_domain_alloc,
H A Dirq-vf610-mscm-ir.c174 .alloc = vf610_mscm_ir_domain_alloc,
H A Dirq-mst-intc.c241 .alloc = mst_intc_domain_alloc,
H A Dirq-mips-cpu.c232 .alloc = mips_cpu_ipi_alloc,
H A Dirq-mtk-sysirq.c119 .alloc = mtk_sysirq_domain_alloc,
H A Dirq-partition-percpu.c211 desc->ops.alloc = partition_domain_alloc;
H A Dirq-dw-apb-ictl.c94 .alloc = dw_apb_ictl_irq_domain_alloc,
187 pr_err("%pOF: unable to alloc irq domain gc\n", np);
H A Dirq-ixp4xx.c194 .alloc = ixp4xx_irq_domain_alloc,
H A Dirq-mtk-cirq.c197 .alloc = mtk_cirq_domain_alloc,
H A Dirq-ls-extirq.c121 .alloc = ls_extirq_domain_alloc,
H A Dirq-bcm2836.c227 .alloc = bcm2836_arm_irqchip_ipi_alloc,
H A Dirq-alpine-msi.c185 .alloc = alpine_msix_middle_domain_alloc,
H A Dirq-loongson-pch-msi.c156 .alloc = pch_msi_middle_domain_alloc,
H A Dirq-mvebu-gicp.c148 .alloc = gicp_irq_domain_alloc,
/linux-master/arch/mips/boot/compressed/
H A DMakefile83 --set-section-flags=.image=contents,alloc,load,readonly,data
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c300 .alloc = rtl_rate_alloc,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum2_kvdl.c270 .alloc = mlxsw_sp2_kvdl_alloc,
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-core.c1005 int alloc; local
1013 /* no need to free/alloc usb buffers in digital mode */
1014 alloc = 0;
1017 alloc = 1;
1020 if (alloc) {
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gtt_mgr.c262 .alloc = amdgpu_gtt_mgr_new,
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_range_manager.c158 .alloc = ttm_range_man_alloc,

Completed in 261 milliseconds

1234567891011>>