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

/linux-master/kernel/events/
H A Dhw_breakpoint.c57 struct bp_slots_histogram tsk_pinned; member in struct:bp_cpuinfo
86 * 1. Atomic updates to bp_cpuinfo::tsk_pinned only require a held read-lock
90 * stable snapshot of all bp_cpuinfo::tsk_pinned.
208 if (!bp_slots_histogram_alloc(&info->tsk_pinned, i))
223 bp_slots_histogram_free(&get_bp_info(err_cpu, i)->tsk_pinned);
304 struct bp_slots_histogram *tsk_pinned = &get_bp_info(cpu, type)->tsk_pinned; local
309 * toggle_bp_task_slot() to tsk_pinned, and we get a stable snapshot.
312 return bp_slots_histogram_max_merge(tsk_pinned, &tsk_pinned_all[type], type);
430 * If bp->hw.target, tsk_pinned i
[all...]

Completed in 120 milliseconds