Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_min_heap.c21 static __init bool greater_than(const void *lhs, const void *rhs, void __always_unused *args) in greater_than() function
74 .less = min_heap ? less_than : greater_than, in test_heapify_all()
106 .less = min_heap ? less_than : greater_than, in test_heap_push()
138 .less = min_heap ? less_than : greater_than, in test_heap_pop_push()
177 .less = min_heap ? less_than : greater_than, in test_heap_del()