Searched refs:min_heapify (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/include/linux/ |
D | min_heap.h | 35 void min_heapify(struct min_heap *heap, int pos, in min_heapify() function 74 min_heapify(heap, i, func); in min_heapify_all() 90 min_heapify(heap, 0, func); in min_heap_pop() 104 min_heapify(heap, 0, func); in min_heap_pop_push()
|
/linux-6.6.21/kernel/events/ |
D | core.c | 3794 min_heapify(&event_heap, 0, &perf_min_heap); in visit_groups_merge()
|