cregit-Linux how code gets into the kernel

Release 4.15 include/xen/tmem.h

Directory: include/xen
/* SPDX-License-Identifier: GPL-2.0 */
#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 Magenheimer3888.37%250.00%
Jan Beulich49.30%125.00%
Greg Kroah-Hartman12.33%125.00%
Total43100.00%4100.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.