Searched refs:bucket_max_cmp (Results 1 – 1 of 1) sorted by relevance
174 #define bucket_max_cmp(l, r) (bucket_prio(l) < bucket_prio(r)) macro189 heap_add(&ca->heap, b, bucket_max_cmp); in invalidate_buckets_lru()190 else if (bucket_max_cmp(b, heap_peek(&ca->heap))) { in invalidate_buckets_lru()192 heap_sift(&ca->heap, 0, bucket_max_cmp); in invalidate_buckets_lru()
Completed in 5 milliseconds