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

/linux-master/drivers/gpu/drm/xe/
H A Dxe_rtp.c179 * @active_entries: bitmap to store the active entries
183 unsigned long *active_entries,
186 ctx->active_entries = active_entries;
194 if (!ctx->active_entries)
201 bitmap_set(ctx->active_entries, first, 1);
203 bitmap_set(ctx->active_entries, first, last - first + 2);
182 xe_rtp_process_ctx_enable_active_tracking(struct xe_rtp_process_ctx *ctx, unsigned long *active_entries, size_t n_entries) argument
H A Dxe_rtp_types.h120 unsigned long *active_entries; member in struct:xe_rtp_process_ctx
H A Dxe_rtp.h379 unsigned long *active_entries,
/linux-master/arch/s390/include/asm/
H A Ddebug.h57 int *active_entries; member in struct:debug_info
428 static int VNAME(var, active_entries)[EARLY_AREAS] __initdata
443 .active_entries = VNAME(var, active_entries), \
/linux-master/arch/s390/kernel/
H A Ddebug.c231 rc->active_entries = kcalloc(nr_areas, sizeof(int), GFP_KERNEL);
232 if (!rc->active_entries)
263 kfree(rc->active_entries);
296 kfree(db_info->active_entries);
727 id->active_entries = NULL;
742 copy->active_entries = NULL;
857 if ((id->active_entries[id->active_area] += id->entry_size)
859 id->active_entries[id->active_area] = 0;
883 id->active_entries[id->active_area]);
894 swap(a->active_entries,
[all...]

Completed in 218 milliseconds