Home
last modified time | relevance | path

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

/openbmc/linux/kernel/events/
H A Dhw_breakpoint.c172 static inline int hw_breakpoint_slots_cached(int type) { return hw_breakpoint_slots(type); } in hw_breakpoint_slots_cached() function
180 static inline int hw_breakpoint_slots_cached(int type) in hw_breakpoint_slots_cached() function
188 hist->count = kcalloc(hw_breakpoint_slots_cached(type), sizeof(*hist->count), GFP_KERNEL); in bp_slots_histogram_alloc()
251 for (int i = hw_breakpoint_slots_cached(type) - 1; i >= 0; i--) { in bp_slots_histogram_max()
268 for (int i = hw_breakpoint_slots_cached(type) - 1; i >= 0; i--) { in bp_slots_histogram_max_merge()
592 if (max_pinned_slots > hw_breakpoint_slots_cached(type)) in __reserve_bp_slot()
909 for (int slot = 0; slot < hw_breakpoint_slots_cached(type); ++slot) { in hw_breakpoint_is_used()
917 for (int slot = 0; slot < hw_breakpoint_slots_cached(type); ++slot) { in hw_breakpoint_is_used()