OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_cpus
(Results
1 - 21
of
21
) sorted by null
/external/blktrace/
verify_blkparse.c
7
#define
MAX_CPUS
(512)
15
unsigned int last_seq[
MAX_CPUS
], seq;
18
for (nr = 0; nr <
MAX_CPUS
; nr++)
47
if (cpu >=
MAX_CPUS
) {
blktrace.c
186
u32
max_cpus
;
member in struct:blktrace_net_hdr
866
hdr.
max_cpus
= ncpus;
[
all
...]
/external/kernel-headers/original/asm-x86/
smp_32.h
59
void (*smp_prepare_cpus)(unsigned
max_cpus
);
61
void (*smp_cpus_done)(unsigned
max_cpus
);
76
static inline void smp_prepare_cpus(unsigned int
max_cpus
)
78
smp_ops.smp_prepare_cpus(
max_cpus
);
84
static inline void smp_cpus_done(unsigned int
max_cpus
)
86
smp_ops.smp_cpus_done(
max_cpus
);
105
void native_smp_prepare_cpus(unsigned int
max_cpus
);
107
void native_smp_cpus_done(unsigned int
max_cpus
);
voyager.h
324
#define
MAX_CPUS
16 /* 16 way CPU system */
375
struct CPU_Description CPU_Data[
MAX_CPUS
];
/external/qemu/hw/
boards.h
18
int
max_cpus
;
member in struct:QEMUMachine
pc.c
[
all
...]
/external/kernel-headers/original/linux/
smp.h
39
extern void smp_prepare_cpus(unsigned int
max_cpus
);
49
extern void smp_cpus_done(unsigned int
max_cpus
);
/external/kernel-headers/original/asm-mips/
smp-ops.h
26
void (*prepare_cpus)(unsigned int
max_cpus
);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h
285
#define
MAX_CPUS
16
335
struct CPU_Description CPU_Data[
MAX_CPUS
];
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
voyager.h
285
#define
MAX_CPUS
16
335
struct CPU_Description CPU_Data[
MAX_CPUS
];
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
voyager.h
285
#define
MAX_CPUS
16
335
struct CPU_Description CPU_Data[
MAX_CPUS
];
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
voyager.h
285
#define
MAX_CPUS
16
335
struct CPU_Description CPU_Data[
MAX_CPUS
];
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
voyager.h
285
#define
MAX_CPUS
16
335
struct CPU_Description CPU_Data[
MAX_CPUS
];
/external/linux-tools-perf/
builtin-sched.c
40
#define
MAX_CPUS
4096
826
static u64 cpu_last_switched[
MAX_CPUS
];
843
if (cpu >=
MAX_CPUS
|| cpu < 0)
1075
BUG_ON(cpu >=
MAX_CPUS
|| cpu < 0);
1126
BUG_ON(cpu >=
MAX_CPUS
|| cpu < 0);
1426
static u32 curr_pid[
MAX_CPUS
] = { [0 ...
MAX_CPUS
-1] = -1 };
1428
static struct thread *curr_thread[
MAX_CPUS
];
1447
BUG_ON(this_cpu >=
MAX_CPUS
|| this_cpu < 0);
[
all
...]
builtin-timechart.c
277
#define
MAX_CPUS
4096
279
static u64 cpus_cstate_start_times[
MAX_CPUS
];
280
static int cpus_cstate_state[
MAX_CPUS
];
281
static u64 cpus_pstate_start_times[
MAX_CPUS
];
282
static u64 cpus_pstate_state[
MAX_CPUS
];
/bionic/libc/kernel/arch-x86/asm/
voyager.h
295
#define
MAX_CPUS
16
349
struct CPU_Description CPU_Data[
MAX_CPUS
];
/development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h
295
#define
MAX_CPUS
16
349
struct CPU_Description CPU_Data[
MAX_CPUS
];
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
voyager.h
295
#define
MAX_CPUS
16
349
struct CPU_Description CPU_Data[
MAX_CPUS
];
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
voyager.h
295
#define
MAX_CPUS
16
349
struct CPU_Description CPU_Data[
MAX_CPUS
];
/external/qemu/
vl.c
[
all
...]
vl-android.c
[
all
...]
Completed in 243 milliseconds