Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_rtp.c214 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()
H A Dxe_rtp_types.h123 unsigned long *active_entries; member
H A Dxe_rtp.h428 unsigned long *active_entries,
/linux-6.15/arch/s390/kernel/
H A Ddebug.c233 if (!rc->active_entries) in debug_info_alloc()
264 kfree(rc->active_entries); in debug_info_alloc()
297 kfree(db_info->active_entries); in debug_info_free()
356 rc->active_entries[i] = in->active_entries[i]; in debug_info_copy()
886 id->active_entries = NULL; in debug_register_static()
901 copy->active_entries = NULL; in debug_register_static()
1016 if ((id->active_entries[id->active_area] += id->entry_size) in proceed_active_entry()
1018 id->active_entries[id->active_area] = 0; in proceed_active_entry()
1042 id->active_entries[id->active_area]); in get_active_entry()
1053 swap(a->active_entries, b->active_entries); in debug_areas_swap()
[all …]
/linux-6.15/arch/s390/include/asm/
H A Ddebug.h57 int *active_entries; member
437 static int VNAME(var, active_entries)[EARLY_AREAS] __initdata
452 .active_entries = VNAME(var, active_entries), \