cregit-Linux how code gets into the kernel

Release 4.12 include/linux/sched/hotplug.h

#ifndef _LINUX_SCHED_HOTPLUG_H

#define _LINUX_SCHED_HOTPLUG_H

/*
 * Scheduler interfaces for hotplug CPU support:
 */

extern int sched_cpu_starting(unsigned int cpu);
extern int sched_cpu_activate(unsigned int cpu);
extern int sched_cpu_deactivate(unsigned int cpu);

#ifdef CONFIG_HOTPLUG_CPU
extern int sched_cpu_dying(unsigned int cpu);
#else

# define sched_cpu_dying	NULL
#endif

#ifdef CONFIG_HOTPLUG_CPU
extern void idle_task_exit(void);
#else

static inline void idle_task_exit(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Ingo Molnar8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif /* _LINUX_SCHED_HOTPLUG_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Ingo Molnar79100.00%2100.00%
Total79100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.