Searched refs:pop_verify_heap (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/lib/ |
D | test_min_heap.c | 32 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()
|