cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 Pieralisi5686.15%350.00%
Sudeep Holla69.23%116.67%
Daniel Lezcano23.08%116.67%
Greg Kroah-Hartman11.54%116.67%
Total65100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.