Searched refs:__percpu (Results 126 - 150 of 330) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dswap.h298 unsigned int __percpu *cluster_next_cpu; /*percpu index for next allocation */
299 struct percpu_cluster __percpu *percpu_cluster; /* per cpu's swap location */
H A Dsbitmap.h79 unsigned int __percpu *alloc_hint;
H A Dif_team.h190 struct team_pcpu_stats __percpu *pcpu_stats;
H A Dpercpu_counter.h28 s32 __percpu *counters;
H A Dnfs_fs_sb.h142 struct nfs_iostats __percpu *io_stats; /* I/O statistics */
H A Dblk_types.h46 struct disk_stats __percpu *bd_stats;
H A Dkexec.h26 extern note_buf_t __percpu *crash_notes;
/linux-master/mm/
H A Dpercpu.c116 (void __percpu *)((unsigned long)(addr) - \
128 #define __addr_to_pcpu_ptr(addr) (void __percpu *)(addr)
1717 static void __percpu *pcpu_alloc(size_t size, size_t align, bool reserved,
1729 void __percpu *ptr;
1928 void __percpu *__alloc_percpu_gfp(size_t size, size_t align, gfp_t gfp)
1941 void __percpu *__alloc_percpu(size_t size, size_t align)
1963 void __percpu *__alloc_reserved_percpu(size_t size, size_t align)
2258 size_t pcpu_alloc_size(void __percpu *ptr)
2285 void free_percpu(void __percpu *ptr)
2338 void __percpu *bas
[all...]
/linux-master/net/caif/
H A Dcffrml.c25 int __percpu *pcpu_refcnt;
/linux-master/drivers/clocksource/
H A Dtimer-qcom.c79 static struct clock_event_device __percpu *msm_evt;
H A Dtimer-armada-370-xp.c86 static struct clock_event_device __percpu *armada_370_xp_evt;
H A Djcore-pit.c40 static struct jcore_pit __percpu *jcore_pit_percpu;
/linux-master/arch/arm/kernel/
H A Dsmp_twd.c32 static struct clock_event_device __percpu *twd_evt;
/linux-master/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.h141 struct cxgbi_ppm_pool __percpu *pool;
/linux-master/drivers/soc/ti/
H A Dknav_qmss.h280 struct knav_queue_stats __percpu *stats;
/linux-master/drivers/net/ipvlan/
H A Dipvlan.h68 struct ipvl_pcpu_stats __percpu *pcpu_stats;
/linux-master/drivers/net/wireguard/
H A Dqueueing.h27 struct multicore_worker __percpu *
/linux-master/drivers/hv/
H A Dhyperv_vmbus.h151 struct hv_per_cpu_context __percpu *cpu_context;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio.h61 u32 __percpu *buffers_allocated;/* count of buffers allocated */
/linux-master/kernel/bpf/
H A Dmemalloc.c515 struct bpf_mem_caches *cc, __percpu *pcc;
516 struct bpf_mem_cache *c, __percpu *pc;
583 struct bpf_mem_caches __percpu *pcc;
597 struct bpf_mem_caches *cc, __percpu *pcc;
/linux-master/arch/arc/kernel/
H A Dsmp.c252 unsigned long __percpu *ipi_data_ptr = per_cpu_ptr(&ipi_data, cpu);
/linux-master/fs/xfs/
H A Dxfs_linux.h159 struct xfsstats __percpu *xs_stats;
/linux-master/drivers/tee/optee/
H A Doptee_private.h140 struct optee_pcpu __percpu *optee_pcpu;
/linux-master/drivers/md/
H A Ddm-core.h82 unsigned long __percpu *pending_io;
/linux-master/arch/loongarch/include/asm/
H A Dkvm_host.h109 struct kvm_context __percpu *vmcs;

Completed in 231 milliseconds

1234567891011>>