Searched refs:active_entries (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_rtp.c | 214 unsigned long *active_entries, in xe_rtp_process_ctx_enable_active_tracking() argument 217 ctx->active_entries = active_entries; in xe_rtp_process_ctx_enable_active_tracking() 226 if (!ctx->active_entries) in rtp_mark_active() 232 bitmap_set(ctx->active_entries, idx, 1); in rtp_mark_active()
|
D | xe_rtp_types.h | 123 unsigned long *active_entries; member
|
D | xe_rtp.h | 428 unsigned long *active_entries,
|
/linux-6.12.1/arch/s390/include/asm/ |
D | debug.h | 57 int *active_entries; member 428 static int VNAME(var, active_entries)[EARLY_AREAS] __initdata 443 .active_entries = VNAME(var, active_entries), \
|
/linux-6.12.1/arch/s390/kernel/ |
D | debug.c | 230 rc->active_entries = kcalloc(nr_areas, sizeof(int), GFP_KERNEL); in debug_info_alloc() 231 if (!rc->active_entries) in debug_info_alloc() 262 kfree(rc->active_entries); in debug_info_alloc() 295 kfree(db_info->active_entries); in debug_info_free() 726 id->active_entries = NULL; in debug_register_static() 741 copy->active_entries = NULL; in debug_register_static() 856 if ((id->active_entries[id->active_area] += id->entry_size) in proceed_active_entry() 858 id->active_entries[id->active_area] = 0; in proceed_active_entry() 882 id->active_entries[id->active_area]); in get_active_entry() 893 swap(a->active_entries, b->active_entries); in debug_areas_swap() [all …]
|