Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Ddebug.c234 rc->active_pages = kcalloc(nr_areas, sizeof(int), GFP_KERNEL); in debug_info_alloc()
235 if (!rc->active_pages) in debug_info_alloc()
261 kfree(rc->active_pages); in debug_info_alloc()
297 kfree(db_info->active_pages); in debug_info_free()
804 id->active_pages[id->active_area] = in proceed_active_entry()
805 (id->active_pages[id->active_area] + 1) % in proceed_active_entry()
826 [id->active_pages[id->active_area]]) + in get_active_entry()
837 swap(a->active_pages, b->active_pages); in debug_areas_swap()
1367 id->active_pages[i] = 0; in debug_flush()
1373 id->active_pages[area] = 0; in debug_flush()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Ddebug.h55 int *active_pages; member