Searched refs:bucket_max_cmp (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/bcache/
H A Dalloc.c176 #define bucket_max_cmp(l, r) (bucket_prio(l) < bucket_prio(r)) macro
191 heap_add(&ca->heap, b, bucket_max_cmp);
192 else if (bucket_max_cmp(b, heap_peek(&ca->heap))) {
194 heap_sift(&ca->heap, 0, bucket_max_cmp);

Completed in 142 milliseconds