Searched refs:__percpu (Results 1 – 25 of 93) sorted by relevance
1234
| /include/net/ |
| D | gen_stats.h | 50 struct gnet_stats_basic_sync __percpu *cpu, 53 struct gnet_stats_basic_sync __percpu *cpu, 56 struct gnet_stats_basic_sync __percpu *cpu, 61 struct gnet_stats_queue __percpu *cpu_q, 64 const struct gnet_stats_queue __percpu *cpu_q, 71 struct gnet_stats_basic_sync __percpu *cpu_bstats, 77 struct gnet_stats_basic_sync __percpu *cpu_bstats,
|
| D | seg6_hmac.h | 38 struct crypto_shash * __percpu *tfms; 39 struct shash_desc * __percpu *shashs;
|
| D | gro_cells.h | 12 struct gro_cell __percpu *cells;
|
| D | ipcomp.h | 15 struct crypto_comp * __percpu *tfms;
|
| D | macsec.h | 137 struct macsec_rx_sa_stats __percpu *stats; 164 struct pcpu_rx_sc_stats __percpu *stats; 188 struct macsec_tx_sa_stats __percpu *stats; 212 struct pcpu_tx_sc_stats __percpu *stats;
|
| D | dst_cache.h | 12 struct dst_cache_pcpu __percpu *cache;
|
| /include/linux/ |
| D | local_lock.h | 54 DEFINE_GUARD(local_lock, local_lock_t __percpu*, 57 DEFINE_GUARD(local_lock_irq, local_lock_t __percpu*, 60 DEFINE_LOCK_GUARD_1(local_lock_irqsave, local_lock_t __percpu, 71 DEFINE_GUARD(local_lock_nested_bh, local_lock_t __percpu*,
|
| D | percpu.h | 140 extern void __percpu *pcpu_alloc_noprof(size_t size, size_t align, bool reserved, 151 (typeof(type) __percpu *)__alloc_percpu_gfp(sizeof(type), \ 154 (typeof(type) __percpu *)__alloc_percpu(sizeof(type), \ 157 ((typeof(type) __percpu *)pcpu_alloc_noprof(sizeof(type), \ 160 extern void free_percpu(void __percpu *__pdata); 162 DEFINE_FREE(free_percpu, void __percpu *, free_percpu(_T))
|
| D | percpu-refcount.h | 159 unsigned long __percpu **percpu_countp) in __ref_is_percpu() 185 *percpu_countp = (unsigned long __percpu *)percpu_ptr; in __ref_is_percpu() 200 unsigned long __percpu *percpu_count; in percpu_ref_get_many() 238 unsigned long __percpu *percpu_count; in percpu_ref_tryget_many() 277 unsigned long __percpu *percpu_count; in percpu_ref_tryget_live_rcu() 328 unsigned long __percpu *percpu_count; in percpu_ref_put_many()
|
| D | kmemleak.h | 20 extern void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size, 26 extern void kmemleak_free_percpu(const void __percpu *ptr) __ref; 70 static inline void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size, in kmemleak_alloc_percpu() 87 static inline void kmemleak_free_percpu(const void __percpu *ptr) in kmemleak_free_percpu()
|
| D | hw_breakpoint.h | 79 extern struct perf_event * __percpu * 86 extern void unregister_wide_hw_breakpoint(struct perf_event * __percpu *cpu_events); 122 static inline struct perf_event * __percpu * 130 unregister_wide_hw_breakpoint(struct perf_event * __percpu *cpu_events) { } in unregister_wide_hw_breakpoint()
|
| D | bpf_mem_alloc.h | 12 struct bpf_mem_caches __percpu *caches; 13 struct bpf_mem_cache __percpu *cache;
|
| D | smpboot.h | 32 struct task_struct * __percpu *store;
|
| D | padata.h | 98 struct padata_list __percpu *reorder_list; 99 struct padata_serial_queue __percpu *squeue;
|
| D | blktrace_api.h | 19 unsigned long __percpu *sequence; 20 unsigned char __percpu *msg_data;
|
| D | interrupt.h | 125 void __percpu *percpu_dev_id; 182 void __percpu *percpu_dev_id); 190 const char *devname, void __percpu *percpu_dev_id) in request_percpu_irq() 198 const char *devname, void __percpu *dev); 201 extern void free_percpu_irq(unsigned int, void __percpu *); 204 extern void free_percpu_nmi(unsigned int irq, void __percpu *percpu_dev_id);
|
| D | err.h | 45 #define ERR_PTR_PCPU(error) ((void __percpu *)(unsigned long)ERR_PTR(error))
|
| D | prandom.h | 21 void prandom_seed_full_state(struct rnd_state __percpu *pcpu_state);
|
| D | cookie.h | 15 struct pcpu_gen_cookie __percpu *local;
|
| /include/trace/events/ |
| D | percpu.h | 16 void __percpu *ptr, size_t bytes_alloc, gfp_t gfp_flags), 29 __field( void __percpu *, ptr ) 56 TP_PROTO(void *base_addr, int off, void __percpu *ptr), 63 __field( void __percpu *, ptr )
|
| /include/linux/sched/ |
| D | topology.h | 194 struct sched_domain *__percpu *sd; 195 struct sched_domain_shared *__percpu *sds; 196 struct sched_group *__percpu *sg; 197 struct sched_group_capacity *__percpu *sgc;
|
| /include/net/netns/ |
| D | flow_table.h | 12 struct nf_flow_table_stat __percpu *stat;
|
| D | core.h | 20 struct prot_inuse __percpu *prot_inuse;
|
| D | smc.h | 11 struct smc_stats __percpu *smc_stats;
|
| /include/linux/irqchip/ |
| D | riscv-imsic.h | 73 struct imsic_local_config __percpu *local;
|
1234