Searched refs:pop_verify_heap (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/ |
D | test_min_heap.c | 34 static __init int pop_verify_heap(bool min_heap, in pop_verify_heap() function 81 err = pop_verify_heap(min_heap, &heap, &funcs); in test_heapify_all() 90 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() 152 err = pop_verify_heap(min_heap, &heap, &funcs); in test_heap_pop_push() 163 err += pop_verify_heap(min_heap, &heap, &funcs); in test_heap_pop_push() 186 err = pop_verify_heap(min_heap, &heap, &funcs); in test_heap_del() 197 err += pop_verify_heap(min_heap, &heap, &funcs); in test_heap_del()
|