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

/linux-master/kernel/events/
H A Dhw_breakpoint.c53 struct bp_cpuinfo { struct
60 static DEFINE_PER_CPU(struct bp_cpuinfo, bp_cpuinfo[TYPE_MAX]);
62 static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type)
64 return per_cpu_ptr(bp_cpuinfo + type, cpu);
86 * 1. Atomic updates to bp_cpuinfo::tsk_pinned only require a held read-lock
90 * stable snapshot of all bp_cpuinfo::tsk_pinned.
206 struct bp_cpuinfo *info = get_bp_info(cpu, i);
390 struct bp_cpuinfo *info = get_bp_info(cpu, type);
418 * Update the pinned CPU slots, in per-CPU bp_cpuinfo an
[all...]

Completed in 121 milliseconds