Release 4.7 include/xen/tmem.h
#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
| Person | Tokens | Prop | Commits | CommitProp |
dan magenheimer | dan magenheimer | 38 | 90.48% | 2 | 66.67% |
jan beulich | jan beulich | 4 | 9.52% | 1 | 33.33% |
| Total | 42 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.