Lines Matching defs:slots
116 * @slots: pointer to array of slots
117 * @max_slots: max number of slots
127 static int hw_breakpoint_slot_setup(struct perf_event **slots, int max_slots,
134 slot = &slots[i];
192 struct perf_event **slots;
206 slots = this_cpu_ptr(bp_on_reg);
210 slots = this_cpu_ptr(wp_on_reg);
214 i = hw_breakpoint_slot_setup(slots, max_slots, bp, ops);
432 struct perf_event **slots;
437 slots = this_cpu_ptr(bp_on_reg);
441 slots = this_cpu_ptr(wp_on_reg);
449 if (!slots[i])
452 info = counter_arch_bp(slots[i]);
489 struct perf_event *bp, **slots;
491 slots = this_cpu_ptr(bp_on_reg);
495 bp = slots[i];
509 struct perf_event *wp, **slots;
511 slots = this_cpu_ptr(wp_on_reg);
515 wp = slots[i];