Searched refs:active_pages (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Ddebug.h56 int *active_pages; member in struct:debug_info
427 static int VNAME(var, active_pages)[EARLY_AREAS] __initdata; \
442 .active_pages = VNAME(var, active_pages), \
/linux-master/arch/s390/kernel/
H A Ddebug.c234 rc->active_pages = kcalloc(nr_areas, sizeof(int), GFP_KERNEL);
235 if (!rc->active_pages)
261 kfree(rc->active_pages);
297 kfree(db_info->active_pages);
726 id->active_pages = NULL;
741 copy->active_pages = NULL;
860 id->active_pages[id->active_area] =
861 (id->active_pages[id->active_area] + 1) %
882 [id->active_pages[id->active_area]]) +
893 swap(a->active_pages,
[all...]

Completed in 259 milliseconds