Searched refs:active_entries (Results 1 – 2 of 2) sorted by relevance
243 rc->active_entries = kcalloc(nr_areas, sizeof(int), GFP_KERNEL); in debug_info_alloc()244 if (!rc->active_entries) in debug_info_alloc()275 kfree(rc->active_entries); in debug_info_alloc()308 kfree(db_info->active_entries); in debug_info_free()740 memset(id->active_entries, 0, sizeof(int)*id->nr_areas); in debug_set_size()778 if ((id->active_entries[id->active_area] += id->entry_size) in proceed_active_entry()780 id->active_entries[id->active_area] = 0; in proceed_active_entry()804 id->active_entries[id->active_area]); in get_active_entry()1272 memset(id->active_entries, 0, id->nr_areas * sizeof(int)); in debug_flush()1279 id->active_entries[area] = 0; in debug_flush()
46 int *active_entries; member