Searched refs:bucket_size (Results 26 - 44 of 44) sorted by relevance

12

/linux-master/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1137 int bucket_size; local
1147 bucket_size = (burst + 255) >> 8;
1148 if (bucket_size > 65535)
1149 bucket_size = 65535;
1155 wrlp(mp, TX_BW_BURST, bucket_size);
1160 wrlp(mp, TX_BW_BURST_MOVED, bucket_size);
1169 int bucket_size; local
1175 bucket_size = (burst + 255) >> 8;
1176 if (bucket_size > 65535)
1177 bucket_size
[all...]
/linux-master/fs/bcachefs/
H A Dalloc_background.c1763 k.k->p.offset * ca->mi.bucket_size,
1764 ca->mi.bucket_size,
1884 bucket.offset * ca->mi.bucket_size,
1885 ca->mi.bucket_size,
2248 dev_reserve *= ca->mi.bucket_size;
2256 ca->mi.bucket_size);
2280 ret = min(ret, ca->mi.nbuckets * ca->mi.bucket_size);
H A Dmovinggc.c275 ca->mi.bucket_size) >> 1);
H A Dalloc_foreground.c258 ob->sectors_free = ca->mi.bucket_size;
1454 ca->mi.bucket_size -
1533 ca->mi.bucket_size - ob->sectors_free, ca->mi.bucket_size);
H A Dsysfs.c151 read_attribute(bucket_size); variable
904 sysfs_print(bucket_size, bucket_bytes(ca));
H A Dec.c1325 unsigned offset = ca->mi.bucket_size - ob->sectors_free;
1338 ob->bucket * ca->mi.bucket_size + offset,
1531 offset = ca->mi.bucket_size - ob->sectors_free;
1554 sizes[nr++] = ca->mi.bucket_size;
1664 if (ca->mi.bucket_size == h->blocksize)
H A Djournal.c951 ca->mi.bucket_size));
1118 (1 << 24) / ca->mi.bucket_size));
1485 prt_printf(out, "\tbucket size\t%u\n", ca->mi.bucket_size);
H A Dsuper.c1087 if (le16_to_cpu(m.bucket_size) <
1314 ca->mi.bucket_size / btree_sectors(c));
1381 ca->mi.bucket_size * ca->mi.nbuckets) {
1964 ca->mi.bucket_size * nbuckets) {
H A Dextents.c1111 bkey_fsck_err_on(bucket_offset + size_ondisk > ca->mi.bucket_size, c, err,
1114 bucket_offset, size_ondisk, ca->mi.bucket_size);
H A Dbcachefs.h1209 return ca->mi.bucket_size << 9;
H A Dbackpointers.c56 bkey_fsck_err_on((bp.v->bucket_offset >> MAX_EXTENT_COMPRESS_RATIO_SHIFT) >= ca->mi.bucket_size ||
H A Dbcachefs_format.h580 __le16 bucket_size; /* sectors */ member in struct:bch_member
H A Dbtree_gc.c1157 ca->mi.bucket_size,
/linux-master/kernel/bpf/
H A Dhashtab.c1692 u32 batch, max_count, size, bucket_size, map_id; local
1736 bucket_size = 5;
1742 keys = kvmalloc_array(key_size, bucket_size, GFP_USER | __GFP_NOWARN);
1743 values = kvmalloc_array(value_size, bucket_size, GFP_USER | __GFP_NOWARN);
1788 if (bucket_cnt > bucket_size) {
1789 bucket_size = bucket_cnt;
/linux-master/drivers/md/bcache/
H A Dwriteback.c38 uint64_t cache_sectors = c->nbuckets * c->cache->sb.bucket_size -
108 div_s64((dirty_buckets * c->cache->sb.bucket_size), dirty);
H A Dbtree.c160 iter->size = b->c->cache->sb.bucket_size / b->c->cache->sb.block_size;
/linux-master/include/linux/
H A Dkvm_host.h1853 .bucket_size = bsz
1976 * @bucket_size: the size (width) of a bucket
1979 u64 value, size_t bucket_size)
1981 size_t index = div64_u64(value, bucket_size);
1978 kvm_stats_linear_hist_update(u64 *data, size_t size, u64 value, size_t bucket_size) argument
/linux-master/include/uapi/linux/
H A Dkvm.h1502 * @bucket_size: A parameter value used for histogram stats. It is only used
1512 __u32 bucket_size; member in struct:kvm_stats_desc
/linux-master/tools/include/uapi/linux/
H A Dkvm.h1502 * @bucket_size: A parameter value used for histogram stats. It is only used
1512 __u32 bucket_size; member in struct:kvm_stats_desc

Completed in 442 milliseconds

12