Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cmp.h File Reference

Go to the source code of this file.

Functions

void cmp_smp_setup (void)
 
void cmp_smp_finish (void)
 
void cmp_boot_secondary (int cpu, struct task_struct *t)
 
void cmp_init_secondary (void)
 
void cmp_cpus_done (void)
 
void cmp_prepare_cpus (unsigned int max_cpus)
 
void cmp_send_ipi (int cpu, unsigned int action)
 

Function Documentation

void cmp_boot_secondary ( int  cpu,
struct task_struct t 
)
void cmp_cpus_done ( void  )
void cmp_init_secondary ( void  )
void cmp_prepare_cpus ( unsigned int  max_cpus)

Definition at line 188 of file smp-cmp.c.

void cmp_send_ipi ( int  cpu,
unsigned int  action 
)
void cmp_smp_finish ( void  )
void cmp_smp_setup ( void  )

Definition at line 158 of file smp-cmp.c.