[go: nahoru, domu]

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

/drivers/md/bcache/
H A Dmovinggc.c188 static bool bucket_cmp(struct bucket *l, struct bucket *r) function
226 heap_add(&ca->heap, b, bucket_cmp);
227 } else if (bucket_cmp(b, heap_peek(&ca->heap))) {
232 heap_sift(&ca->heap, 0, bucket_cmp);
237 heap_pop(&ca->heap, b, bucket_cmp);
241 while (heap_pop(&ca->heap, b, bucket_cmp))

Completed in 55 milliseconds