Searched refs:core_stats (Results 1 – 1 of 1) sorted by relevance
81 struct core_stats { struct99 container_of(mod_stats, struct core_stats, public) argument104 struct core_stats *core_stats = NULL; in mod_stats_init() local110 core_stats = MOD_STATS_TO_CORE(mod_stats); in mod_stats_init()111 dc = core_stats->dc; in mod_stats_init()118 struct core_stats *core_stats = NULL; in mod_stats_create() local126 core_stats = kzalloc(sizeof(struct core_stats), GFP_KERNEL); in mod_stats_create()128 if (core_stats == NULL) in mod_stats_create()131 core_stats->dc = dc; in mod_stats_create()133 core_stats->enabled = DAL_STATS_ENABLE_REGKEY_DEFAULT; in mod_stats_create()[all …]