Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/events/
Dhw_breakpoint.c55 unsigned int cpu_pinned; member
68 static struct bp_slots_histogram cpu_pinned[TYPE_MAX]; variable
213 if (!bp_slots_histogram_alloc(&cpu_pinned[i], i)) in init_breakpoint_slots()
228 bp_slots_histogram_free(&cpu_pinned[i]); in init_breakpoint_slots()
384 max_pinned += bp_slots_histogram_max(&cpu_pinned[type], type); in max_bp_pinned_slots()
393 nr = info->cpu_pinned; in max_bp_pinned_slots()
424 bp_slots_histogram_add(&cpu_pinned[type], info->cpu_pinned, weight); in toggle_bp_slot()
425 info->cpu_pinned += weight; in toggle_bp_slot()
934 if (info->cpu_pinned) in hw_breakpoint_is_used()
951 if (WARN_ON(atomic_read(&cpu_pinned[type].count[slot]))) in hw_breakpoint_is_used()