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

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

Completed in 200 milliseconds