Home
last modified time | relevance | path

Searched refs:first_bucket (Results 1 – 7 of 7) sorted by relevance

/drivers/md/bcache/
Dalloc.c294 if (ca->fifo_last_bucket < ca->sb.first_bucket || in invalidate_buckets_fifo()
296 ca->fifo_last_bucket = ca->sb.first_bucket; in invalidate_buckets_fifo()
320 n %= (size_t) (ca->sb.nbuckets - ca->sb.first_bucket); in invalidate_buckets_random()
321 n += ca->sb.first_bucket; in invalidate_buckets_random()
Dsuper.c114 sb->first_bucket = le16_to_cpu(s->first_bucket); in read_super()
200 if (sb->d[i] != sb->first_bucket + i) in read_super()
204 if (sb->first_bucket + sb->keys > sb->nbuckets) in read_super()
208 if (sb->first_bucket * sb->bucket_size < 16) in read_super()
256 out->first_bucket = cpu_to_le16(sb->first_bucket); in __write_super()
1530 ca->sb.d[j] = ca->sb.first_bucket + j; in run_cache_set()
Ddebug.c33 if (bucket < ca->sb.first_bucket) in bch_ptr_status()
112 if (n >= b->c->sb.first_bucket && n < b->c->sb.nbuckets) in dump_bset()
Dbcache.h290 uint16_t first_bucket; member
1104 for (b = (ca)->buckets + (ca)->sb.first_bucket; \
Dsysfs.c681 for (i = ca->sb.first_bucket; i < n; i++) in SHOW()
Dbset.c98 bucket < ca->sb.first_bucket || in __bch_ptr_invalid()
/drivers/net/ethernet/tile/
Dtilegx.c223 static int first_bucket = -1; variable
697 gxio_mpipe_rules_begin(&rules, first_bucket, in tile_net_update()
885 first_bucket = rc; in init_notif_group_and_buckets()
890 first_bucket, num_buckets, in init_notif_group_and_buckets()
973 first_bucket = -1; in tile_net_init_mpipe_fail()