OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cacheline_aligned_in_smp
(Results
26 - 37
of
37
) sorted by null
1
2
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
cache.h
42
#ifndef
__cacheline_aligned_in_smp
43
#define
__cacheline_aligned_in_smp
macro
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
cache.h
42
#ifndef
__cacheline_aligned_in_smp
43
#define
__cacheline_aligned_in_smp
macro
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
cache.h
42
#ifndef
__cacheline_aligned_in_smp
43
#define
__cacheline_aligned_in_smp
macro
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
cache.h
42
#ifndef
__cacheline_aligned_in_smp
43
#define
__cacheline_aligned_in_smp
macro
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
cache.h
42
#ifndef
__cacheline_aligned_in_smp
43
#define
__cacheline_aligned_in_smp
macro
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
cache.h
42
#ifndef
__cacheline_aligned_in_smp
43
#define
__cacheline_aligned_in_smp
macro
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
cache.h
42
#ifndef
__cacheline_aligned_in_smp
43
#define
__cacheline_aligned_in_smp
macro
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
cache.h
42
#ifndef
__cacheline_aligned_in_smp
43
#define
__cacheline_aligned_in_smp
macro
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
cache.h
42
#ifndef
__cacheline_aligned_in_smp
43
#define
__cacheline_aligned_in_smp
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
cache.h
42
#ifndef
__cacheline_aligned_in_smp
43
#define
__cacheline_aligned_in_smp
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
cache.h
42
#ifndef
__cacheline_aligned_in_smp
43
#define
__cacheline_aligned_in_smp
macro
/external/oprofile/module/
oprofile.c
37
static enum oprof_state state
__cacheline_aligned_in_smp
= STOPPED;
variable in typeref:enum:state
41
static volatile ulong oprof_opened
__cacheline_aligned_in_smp
;
variable
42
static volatile ulong oprof_note_opened
__cacheline_aligned_in_smp
;
variable
45
static u32 oprof_ready[NR_CPUS]
__cacheline_aligned_in_smp
;
variable
48
struct op_note * note_buffer
__cacheline_aligned_in_smp
;
variable in typeref:struct:note_buffer
49
u32 note_pos
__cacheline_aligned_in_smp
;
variable
147
spinlock_t note_lock
__cacheline_aligned_in_smp
= SPIN_LOCK_UNLOCKED;
variable
Completed in 2207 milliseconds
1
2