Symbol: _j
variable
Defined...
-
drivers/md/bcache/alloc.c:191:4-191:4: heap_add(&ca->heap, b, bucket_max_cmp);
-
drivers/md/bcache/alloc.c:202:8-202:8: if (!heap_pop(&ca->heap, b, bucket_min_cmp)) {
-
drivers/md/bcache/alloc.c:194:4-194:4: heap_sift(&ca->heap, 0, bucket_max_cmp);
-
drivers/md/bcache/alloc.c:199:3-199:3: heap_sift(&ca->heap, i, bucket_min_cmp);
-
drivers/md/bcache/bset.c:1098:3-1098:3: BUG_ON(!heap_add(iter,
-
drivers/md/bcache/bset.c:1150:4-1150:4: heap_pop(iter, b, cmp);
-
drivers/md/bcache/bset.c:1152:4-1152:4: heap_sift(iter, 0, cmp);
-
drivers/md/bcache/bset.c:1207:3-1207:3: heap_sift(iter, i, b->ops->sort_cmp);
-
drivers/md/bcache/extents.c:281:4-281:4: heap_sift(iter, i - top, bch_extent_sort_cmp);
-
drivers/md/bcache/extents.c:291:4-291:4: heap_sift(iter, i - top, bch_extent_sort_cmp);
-
drivers/md/bcache/extents.c:301:5-301:5: heap_sift(iter, 0, bch_extent_sort_cmp);
-
drivers/md/bcache/movinggc.c:223:4-223:4: heap_add(&ca->heap, b, bucket_cmp);
-
drivers/md/bcache/movinggc.c:234:3-234:3: heap_pop(&ca->heap, b, bucket_cmp);
-
drivers/md/bcache/movinggc.c:238:9-238:9: while (heap_pop(&ca->heap, b, bucket_cmp))
-
drivers/md/bcache/movinggc.c:229:4-229:4: heap_sift(&ca->heap, 0, bucket_cmp);