Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Ddebug.c231 rc->active_entries = kcalloc(nr_areas, sizeof(int), GFP_KERNEL); in debug_info_alloc()
232 if (!rc->active_entries) in debug_info_alloc()
263 kfree(rc->active_entries); in debug_info_alloc()
296 kfree(db_info->active_entries); in debug_info_free()
801 if ((id->active_entries[id->active_area] += id->entry_size) in proceed_active_entry()
803 id->active_entries[id->active_area] = 0; in proceed_active_entry()
827 id->active_entries[id->active_area]); in get_active_entry()
838 swap(a->active_entries, b->active_entries); in debug_areas_swap()
1365 memset(id->active_entries, 0, id->nr_areas * sizeof(int)); in debug_flush()
1372 id->active_entries[area] = 0; in debug_flush()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Ddebug.h56 int *active_entries; member