Searched refs:pop_verify_heap (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_min_heap.c | 26 static __init int pop_verify_heap(bool min_heap, in pop_verify_heap() function 73 err = pop_verify_heap(min_heap, &heap, &funcs); in test_heapify_all() 82 err += pop_verify_heap(min_heap, &heap, &funcs); in test_heapify_all() 107 err = pop_verify_heap(min_heap, &heap, &funcs); in test_heap_push() 114 err += pop_verify_heap(min_heap, &heap, &funcs); in test_heap_push() 144 err = pop_verify_heap(min_heap, &heap, &funcs); in test_heap_pop_push() 155 err += pop_verify_heap(min_heap, &heap, &funcs); in test_heap_pop_push() 178 err = pop_verify_heap(min_heap, &heap, &funcs); in test_heap_del() 189 err += pop_verify_heap(min_heap, &heap, &funcs); in test_heap_del()
|