OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smp_ops
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/asm-x86/
smp_32.h
56
struct
smp_ops
struct
70
extern struct
smp_ops
smp_ops
;
74
smp_ops
.smp_prepare_boot_cpu();
78
smp_ops
.smp_prepare_cpus(max_cpus);
82
return
smp_ops
.cpu_up(cpu);
86
smp_ops
.smp_cpus_done(max_cpus);
91
smp_ops
.smp_send_stop();
95
smp_ops
.smp_send_reschedule(cpu);
101
return
smp_ops
.smp_call_function_mask(mask, func, info, wait)
[
all
...]
Completed in 276 milliseconds