Home
last modified time | relevance | path

Searched refs:devm_alloc_percpu (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/misc/
H A Dvcpu_stall_detector.c142 vcpu_stall_detectors = devm_alloc_percpu(&pdev->dev, in vcpu_stall_detect_probe()
/openbmc/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst388 devm_alloc_percpu()
/openbmc/linux/drivers/perf/
H A Dqcom_l2_pmu.c922 l2cache_pmu->pmu_cluster = devm_alloc_percpu(&pdev->dev, in l2_cache_pmu_probe()
/openbmc/linux/include/linux/
H A Ddevice.h420 #define devm_alloc_percpu(dev, type) \ macro
H A Dnetdevice.h2815 typeof(type) __percpu *pcpu_stats = devm_alloc_percpu(dev, type);\
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c3204 dpaa_bp->percpu_count = devm_alloc_percpu(dev, *dpaa_bp->percpu_count); in dpaa_bp_alloc()
3474 priv->percpu_priv = devm_alloc_percpu(dev, *priv->percpu_priv); in dpaa_eth_probe()
/openbmc/linux/drivers/spi/
H A Dspi.c103 pcpu_stats = devm_alloc_percpu(dev, struct spi_statistics); in spi_alloc_pcpu_stats()