Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Ddebug.c246 rc->active_pages = kcalloc(nr_areas, sizeof(int), GFP_KERNEL); in debug_info_alloc()
247 if (!rc->active_pages) in debug_info_alloc()
273 kfree(rc->active_pages); in debug_info_alloc()
309 kfree(db_info->active_pages); in debug_info_free()
741 memset(id->active_pages, 0, sizeof(int)*id->nr_areas); in debug_set_size()
781 id->active_pages[id->active_area] = in proceed_active_entry()
782 (id->active_pages[id->active_area] + 1) % in proceed_active_entry()
803 [id->active_pages[id->active_area]]) + in get_active_entry()
1274 id->active_pages[i] = 0; in debug_flush()
1280 id->active_pages[area] = 0; in debug_flush()
/Linux-v4.19/arch/s390/include/asm/
Ddebug.h45 int *active_pages; member