Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_min_heap.c32 static __init int pop_verify_heap(bool min_heap, in pop_verify_heap() function
80 err = pop_verify_heap(min_heap, &heap, &funcs); in test_heapify_all()
89 err += pop_verify_heap(min_heap, &heap, &funcs); in test_heapify_all()
115 err = pop_verify_heap(min_heap, &heap, &funcs); in test_heap_push()
122 err += pop_verify_heap(min_heap, &heap, &funcs); in test_heap_push()
153 err = pop_verify_heap(min_heap, &heap, &funcs); in test_heap_pop_push()
164 err += pop_verify_heap(min_heap, &heap, &funcs); in test_heap_pop_push()