Home
last modified time | relevance | path

Searched refs:alloc_percpu (Results 1 – 25 of 147) sorted by relevance

123456

/openbmc/linux/fs/nfs/
H A Diostat.h51 return alloc_percpu(struct nfs_iostats); in nfs_alloc_iostats()
/openbmc/linux/drivers/hv/
H A Dhv_common.c329 hyperv_pcpu_input_arg = alloc_percpu(void *); in hv_common_init()
334 hyperv_pcpu_output_arg = alloc_percpu(void *); in hv_common_init()
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-haltpoll.c119 haltpoll_cpuidle_devices = alloc_percpu(struct cpuidle_device); in haltpoll_init()
/openbmc/linux/arch/x86/lib/
H A Dmsr.c13 msrs = alloc_percpu(struct msr); in msrs_alloc()
/openbmc/linux/fs/squashfs/
H A Ddecompressor_multi_percpu.c34 percpu = alloc_percpu(struct squashfs_stream); in squashfs_decompressor_create()
/openbmc/linux/include/linux/
H A Dpercpu.h143 #define alloc_percpu(type) \ macro
/openbmc/linux/kernel/sched/
H A Dcpuacct.c66 ca->cpuusage = alloc_percpu(u64); in cpuacct_css_alloc()
70 ca->cpustat = alloc_percpu(struct kernel_cpustat); in cpuacct_css_alloc()
/openbmc/linux/net/xfrm/
H A Dxfrm_ipcomp.c214 scratches = alloc_percpu(void *); in ipcomp_alloc_scratches()
287 pos->tfms = tfms = alloc_percpu(struct crypto_comp *); in ipcomp_alloc_tfms()
/openbmc/linux/net/mptcp/
H A Dmib.c82 struct mptcp_mib __percpu *mib = alloc_percpu(struct mptcp_mib); in mptcp_mib_alloc()
/openbmc/linux/drivers/net/wireguard/
H A Dqueueing.c13 struct multicore_worker __percpu *worker = alloc_percpu(struct multicore_worker); in wg_packet_percpu_multicore_worker_alloc()
/openbmc/linux/net/core/
H A Dgro_cells.c73 gcells->cells = alloc_percpu(struct gro_cell); in gro_cells_init()
/openbmc/linux/net/ipv6/
H A Dseg6_hmac.c366 algo->tfms = alloc_percpu(struct crypto_shash *); in seg6_hmac_init_algo()
385 algo->shashs = alloc_percpu(struct shash_desc *); in seg6_hmac_init_algo()
H A Daf_inet6.c906 net->mib.udp_stats_in6 = alloc_percpu(struct udp_mib); in ipv6_init_mibs()
909 net->mib.udplite_stats_in6 = alloc_percpu(struct udp_mib); in ipv6_init_mibs()
912 net->mib.ipv6_statistics = alloc_percpu(struct ipstats_mib); in ipv6_init_mibs()
923 net->mib.icmpv6_statistics = alloc_percpu(struct icmpv6_mib); in ipv6_init_mibs()
/openbmc/linux/kernel/irq/
H A Dipi-mux.c166 ipi_mux_pcpu = alloc_percpu(typeof(*ipi_mux_pcpu)); in ipi_mux_create()
/openbmc/linux/kernel/trace/
H A Dtrace_event_perf.c107 list = alloc_percpu(struct hlist_head); in perf_trace_event_reg()
121 buf = (char __percpu *)alloc_percpu(perf_trace_t); in perf_trace_event_reg()
/openbmc/linux/arch/x86/kernel/acpi/
H A Dcstate.c227 cpu_cstate_entry = alloc_percpu(struct cstate_entry); in ffh_cstate_init()
/openbmc/linux/kernel/locking/
H A Dpercpu-rwsem.c17 sem->read_count = alloc_percpu(int); in __percpu_init_rwsem()
/openbmc/linux/drivers/block/zram/
H A Dzcomp.c180 comp->stream = alloc_percpu(struct zcomp_strm); in zcomp_init()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_init.c238 alloc_percpu(struct qib_pma_counters); in qib_init_pportdata()
241 ppd->ibport_data.rvp.rc_acks = alloc_percpu(u64); in qib_init_pportdata()
242 ppd->ibport_data.rvp.rc_qacks = alloc_percpu(u64); in qib_init_pportdata()
243 ppd->ibport_data.rvp.rc_delayed_comp = alloc_percpu(u64); in qib_init_pportdata()
1098 dd->int_counter = alloc_percpu(u64); in qib_alloc_devdata()
/openbmc/linux/drivers/clocksource/
H A Dtimer-qcom.c161 msm_evt = alloc_percpu(struct clock_event_device); in msm_timer_init()
H A Djcore-pit.c165 jcore_pit_percpu = alloc_percpu(struct jcore_pit); in jcore_pit_init()
/openbmc/linux/net/caif/
H A Dcffrml.c40 this->pcpu_refcnt = alloc_percpu(int); in cffrml_create()
/openbmc/linux/arch/arm/kernel/
H A Dsmp_twd.c276 twd_evt = alloc_percpu(struct clock_event_device); in twd_local_timer_common_register()
/openbmc/linux/kernel/bpf/
H A Dpercpu_freelist.c10 s->freelist = alloc_percpu(struct pcpu_freelist_head); in pcpu_freelist_init()
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt-stats.c187 stats->pcpu_stats = alloc_percpu(typeof(*stats->pcpu_stats)); in rtrs_clt_init_stats()

123456