Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_min_heap.c19 static __init bool greater_than(const void *lhs, const void *rhs) in greater_than() function
73 .less = min_heap ? less_than : greater_than, in test_heapify_all()
106 .less = min_heap ? less_than : greater_than, in test_heap_push()
139 .less = min_heap ? less_than : greater_than, in test_heap_pop_push()