Home
last modified time | relevance | path

Searched refs:min_heapify_all (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/
H A Dtest_min_heap.c79 min_heapify_all(&heap, &funcs); in test_heapify_all()
88 min_heapify_all(&heap, &funcs); in test_heapify_all()
/openbmc/linux/include/linux/
H A Dmin_heap.h68 void min_heapify_all(struct min_heap *heap, in min_heapify_all() function
/openbmc/linux/kernel/events/
H A Dcore.c3785 min_heapify_all(&event_heap, &perf_min_heap); in visit_groups_merge()