Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_min_heap.c113 min_heap_push(&heap, &data[i], &funcs); in test_heap_push()
120 min_heap_push(&heap, &temp, &funcs); in test_heap_push()
147 min_heap_push(&heap, &temp, &funcs); in test_heap_pop_push()
157 min_heap_push(&heap, &temp, &funcs); in test_heap_pop_push()
/openbmc/linux/include/linux/
H A Dmin_heap.h109 void min_heap_push(struct min_heap *heap, const void *element, in min_heap_push() function