cregit-Linux how code gets into the kernel

Release 4.7 include/linux/ras.h

Directory: include/linux
#ifndef __RAS_H__

#define __RAS_H__

#ifdef CONFIG_DEBUG_FS
int ras_userspace_consumers(void);
void ras_debugfs_init(void);
int ras_add_daemon_trace(void);
#else

static inline int ras_userspace_consumers(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
gong chengong chen12100.00%1100.00%
Total12100.00%1100.00%


static inline void ras_debugfs_init(void) { return; }

Contributors

PersonTokensPropCommitsCommitProp
gong chengong chen10100.00%1100.00%
Total10100.00%1100.00%


static inline int ras_add_daemon_trace(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
gong chengong chen12100.00%1100.00%
Total12100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
gong chengong chen67100.00%1100.00%
Total67100.00%1100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}