cregit-Linux how code gets into the kernel

Release 4.11 arch/arm64/include/asm/cpuidle.h

#ifndef __ASM_CPUIDLE_H

#define __ASM_CPUIDLE_H

#include <asm/proc-fns.h>

#ifdef CONFIG_CPU_IDLE
extern int arm_cpuidle_init(unsigned int cpu);
extern int arm_cpuidle_suspend(int index);
#else

static inline int arm_cpuidle_init(unsigned int cpu) { return -EOPNOTSUPP; }

Contributors

PersonTokensPropCommitsCommitProp
Lorenzo Pieralisi1493.33%150.00%
Daniel Lezcano16.67%150.00%
Total15100.00%2100.00%


static inline int arm_cpuidle_suspend(int index) { return -EOPNOTSUPP; }

Contributors

PersonTokensPropCommitsCommitProp
Lorenzo Pieralisi1178.57%150.00%
Sudeep Holla321.43%150.00%
Total14100.00%2100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Lorenzo Pieralisi5687.50%360.00%
Sudeep Holla69.38%120.00%
Daniel Lezcano23.12%120.00%
Total64100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.