OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECLARE_PER_CPU
(Results
26 - 40
of
40
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/asm-generic/
percpu.h
24
#define
DECLARE_PER_CPU
(type, name) extern __typeof__(type) per_cpu__##name
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm-generic/
percpu.h
24
#define
DECLARE_PER_CPU
(type, name) extern __typeof__(type) per_cpu__##name
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm-generic/
percpu.h
24
#define
DECLARE_PER_CPU
(type, name) extern __typeof__(type) per_cpu__##name
/external/kernel-headers/original/linux/
kernel_stat.h
33
DECLARE_PER_CPU
(struct kernel_stat, kstat);
rcupdate.h
114
DECLARE_PER_CPU
(struct rcu_data, rcu_data);
115
DECLARE_PER_CPU
(struct rcu_data, rcu_bh_data);
netdevice.h
170
DECLARE_PER_CPU
(struct netif_rx_stats, netdev_rx_stat);
622
DECLARE_PER_CPU
(struct softnet_data,softnet_data);
sched.h
122
DECLARE_PER_CPU
(unsigned long, process_counts);
[
all
...]
/external/kernel-headers/original/asm-x86/
percpu_32.h
53
#define
DECLARE_PER_CPU
(type, name) extern __typeof__(type) per_cpu__##name
63
DECLARE_PER_CPU
(unsigned long, this_cpu_off);
tlbflush_32.h
154
DECLARE_PER_CPU
(struct tlb_state, cpu_tlbstate);
processor_32.h
104
DECLARE_PER_CPU
(struct tss_struct, init_tss);
107
DECLARE_PER_CPU
(struct cpuinfo_x86, cpu_info);
119
DECLARE_PER_CPU
(u8, cpu_llc_id);
desc_32.h
25
DECLARE_PER_CPU
(struct gdt_page, gdt_page);
/external/kernel-headers/original/asm-generic/
percpu.h
40
#define
DECLARE_PER_CPU
(type, name) extern __typeof__(type) per_cpu__##name
tlb.h
48
DECLARE_PER_CPU
(struct mmu_gather, mmu_gathers);
/external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h
312
DECLARE_PER_CPU
(struct ip_conntrack_ecache, ip_conntrack_ecache);
/external/linux-tools-perf/util/include/linux/added/
perf_event.h
1107
DECLARE_PER_CPU
(struct perf_callchain_entry, perf_callchain_entry);
Completed in 1587 milliseconds
1
2