Release 4.8 arch/x86/include/asm/idle.h
#ifndef _ASM_X86_IDLE_H
#define _ASM_X86_IDLE_H
#define IDLE_START 1
#define IDLE_END 2
struct notifier_block;
void idle_notifier_register(struct notifier_block *n);
void idle_notifier_unregister(struct notifier_block *n);
#ifdef CONFIG_X86_64
void enter_idle(void);
void exit_idle(void);
#else /* !CONFIG_X86_64 */
static inline void enter_idle(void) { }
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| hiroshi shimamoto | hiroshi shimamoto | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
static inline void exit_idle(void) { }
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| hiroshi shimamoto | hiroshi shimamoto | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
static inline void __exit_idle(void) { }
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| richard weinberger | richard weinberger | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
#endif /* CONFIG_X86_64 */
void amd_e400_remove_cpu(int cpu);
#endif /* _ASM_X86_IDLE_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| andi kleen | andi kleen | 38 | 42.22% | 1 | 14.29% |
| hiroshi shimamoto | hiroshi shimamoto | 25 | 27.78% | 1 | 14.29% |
| andy henroid | andy henroid | 9 | 10.00% | 1 | 14.29% |
| richard weinberger | richard weinberger | 8 | 8.89% | 1 | 14.29% |
| thomas gleixner | thomas gleixner | 6 | 6.67% | 1 | 14.29% |
| h. peter anvin | h. peter anvin | 3 | 3.33% | 1 | 14.29% |
| len brown | len brown | 1 | 1.11% | 1 | 14.29% |
| Total | 90 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.