Searched refs:old_type (Results 1 – 1 of 1) sorted by relevance
653 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot() argument657 __release_bp_slot(bp, old_type); in __modify_bp_slot()669 WARN_ON(__reserve_bp_slot(bp, old_type)); in __modify_bp_slot()675 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot() argument678 int ret = __modify_bp_slot(bp, old_type, new_type); in modify_bp_slot()