Searched refs:bucket_max_cmp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | alloc.c | 176 #define bucket_max_cmp(l, r) (bucket_prio(l) < bucket_prio(r)) macro 191 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()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | alloc.c | 176 #define bucket_max_cmp(l, r) (bucket_prio(l) < bucket_prio(r)) macro 191 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()
|
Completed in 3 milliseconds