Searched refs:min_heap (Results 1 – 5 of 5) sorted by relevance
26 static __init int pop_verify_heap(bool min_heap, in pop_verify_heap() argument37 if (min_heap) { in pop_verify_heap()56 static __init int test_heapify_all(bool min_heap) in test_heapify_all() argument66 .less = min_heap ? less_than : greater_than, in test_heapify_all()73 err = pop_verify_heap(min_heap, &heap, &funcs); in test_heapify_all()87 static __init int test_heap_push(bool min_heap) in test_heap_push() argument98 .less = min_heap ? less_than : greater_than, in test_heap_push()130 .less = min_heap ? less_than : greater_than, in test_heap_pop_push()136 temp = min_heap ? 0x80000000 : 0x7FFFFFFF; in test_heap_pop_push()160 static __init int test_heap_del(bool min_heap) in test_heap_del() argument[all …]
48 lib-$(CONFIG_MIN_HEAP) += min_heap.o
55 min_heap
264 #include <linux/min_heap.h>
16355 F: Documentation/core-api/min_heap.rst16356 F: include/linux/min_heap.h16357 F: lib/min_heap.c