Release 4.16 include/linux/sched/init.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_SCHED_INIT_H
#define _LINUX_SCHED_INIT_H
/*
* Scheduler init related prototypes:
*/
extern void sched_init(void);
extern void sched_init_smp(void);
#endif /* _LINUX_SCHED_INIT_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ingo Molnar | 24 | 96.00% | 2 | 66.67% |
Greg Kroah-Hartman | 1 | 4.00% | 1 | 33.33% |
Total | 25 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.