Searched refs:bp_slots_histogram (Results 1 – 1 of 1) sorted by relevance
42 struct bp_slots_histogram { struct57 struct bp_slots_histogram tsk_pinned; argument68 static struct bp_slots_histogram cpu_pinned[TYPE_MAX];70 static struct bp_slots_histogram tsk_pinned_all[TYPE_MAX];186 bp_slots_histogram_alloc(struct bp_slots_histogram *hist, enum bp_type_idx type) in bp_slots_histogram_alloc()192 static __init void bp_slots_histogram_free(struct bp_slots_histogram *hist) in bp_slots_histogram_free()237 bp_slots_histogram_add(struct bp_slots_histogram *hist, int old, int val) in bp_slots_histogram_add()249 bp_slots_histogram_max(struct bp_slots_histogram *hist, enum bp_type_idx type) in bp_slots_histogram_max()265 bp_slots_histogram_max_merge(struct bp_slots_histogram *hist1, struct bp_slots_histogram *hist2, in bp_slots_histogram_max_merge()304 struct bp_slots_histogram *tsk_pinned = &get_bp_info(cpu, type)->tsk_pinned; in max_task_bp_pinned()