cregit-Linux how code gets into the kernel

Release 4.12 include/xen/tmem.h

Directory: include/xen
#ifndef _XEN_TMEM_H

#define _XEN_TMEM_H

#include <linux/types.h>

#ifdef CONFIG_XEN_TMEM_MODULE

#define tmem_enabled true
#else
/* defined in drivers/xen/tmem.c */
extern bool tmem_enabled;
#endif

#ifdef CONFIG_XEN_SELFBALLOONING
extern int xen_selfballoon_init(bool, bool);
#endif

#endif /* _XEN_TMEM_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Dan Magenheimer3890.48%266.67%
Jan Beulich49.52%133.33%
Total42100.00%3100.00%
Directory: include/xen
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.