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