Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/events/
Dhw_breakpoint.c70 static struct bp_slots_histogram tsk_pinned_all[TYPE_MAX]; variable
215 if (!bp_slots_histogram_alloc(&tsk_pinned_all[i], i)) in init_breakpoint_slots()
229 bp_slots_histogram_free(&tsk_pinned_all[i]); in init_breakpoint_slots()
312 return bp_slots_histogram_max_merge(tsk_pinned, &tsk_pinned_all[type], type); in max_task_bp_pinned()
478 bp_slots_histogram_add(&tsk_pinned_all[type], next_tsk_pinned, weight); in toggle_bp_slot()
489 bp_slots_histogram_add(&tsk_pinned_all[type], next_tsk_pinned, in toggle_bp_slot()
501 bp_slots_histogram_add(&tsk_pinned_all[type], 0, next_tsk_pinned); in toggle_bp_slot()
954 if (atomic_read(&tsk_pinned_all[type].count[slot])) in hw_breakpoint_is_used()