Searched refs:slots (Results 1 – 2 of 2) sorted by relevance
133 fetch_bp_busy_slots(struct bp_busy_slots *slots, struct perf_event *bp, in fetch_bp_busy_slots() argument149 if (nr > slots->pinned) in fetch_bp_busy_slots()150 slots->pinned = nr; in fetch_bp_busy_slots()153 if (nr > slots->flexible) in fetch_bp_busy_slots()154 slots->flexible = nr; in fetch_bp_busy_slots()164 fetch_this_slot(struct bp_busy_slots *slots, int weight) in fetch_this_slot() argument166 slots->pinned += weight; in fetch_this_slot()270 struct bp_busy_slots slots = {0}; in __reserve_bp_slot() local286 fetch_bp_busy_slots(&slots, bp, type); in __reserve_bp_slot()291 fetch_this_slot(&slots, weight); in __reserve_bp_slot()[all …]
92 #define KPROBE_INSN_PAGE_SIZE(slots) \ argument94 (sizeof(char) * (slots)))