Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dalloc.c221 if (ca->fifo_last_bucket < ca->sb.first_bucket || in invalidate_buckets_fifo()
223 ca->fifo_last_bucket = ca->sb.first_bucket; in invalidate_buckets_fifo()
247 n %= (size_t) (ca->sb.nbuckets - ca->sb.first_bucket); in invalidate_buckets_random()
248 n += ca->sb.first_bucket; in invalidate_buckets_random()
Dextents.c57 bucket < ca->sb.first_bucket || in __ptr_invalid()
79 if (bucket < ca->sb.first_bucket) in bch_ptr_status()
138 if (n >= b->c->sb.first_bucket && n < b->c->sb.nbuckets) in bch_bkey_dump()
Dsuper.c88 sb->first_bucket = le16_to_cpu(s->first_bucket); in read_super()
174 if (sb->d[i] != sb->first_bucket + i) in read_super()
178 if (sb->first_bucket + sb->keys > sb->nbuckets) in read_super()
182 if (sb->first_bucket * sb->bucket_size < 16) in read_super()
230 out->first_bucket = cpu_to_le16(sb->first_bucket); in __write_super()
1640 ca->sb.d[j] = ca->sb.first_bucket + j; in run_cache_set()
Dbcache.h803 for (b = (ca)->buckets + (ca)->sb.first_bucket; \
Dsysfs.c785 for (i = ca->sb.first_bucket; i < n; i++) in SHOW()
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c228 int first_bucket; member
242 .first_bucket = -1,
941 gxio_mpipe_rules_begin(&rules, md->first_bucket, in tile_net_update()
1183 md->first_bucket = rc; in init_notif_group_and_buckets()
1188 md->first_bucket, md->num_buckets, in init_notif_group_and_buckets()
1284 md->first_bucket = -1; in tile_net_init_mpipe_fail()
/linux-4.4.14/include/uapi/linux/
Dbcache.h199 __u16 first_bucket; member