Home
last modified time | relevance | path

Searched refs:min_heapify (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dmin_heap.h35 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()
/openbmc/linux/kernel/events/
H A Dcore.c3794 min_heapify(&event_heap, 0, &perf_min_heap); in visit_groups_merge()