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