/linux-4.1.27/arch/mips/netlogic/xlr/ |
D | fmn-config.c | 56 xlr_board_fmn_config.bucket_size[(bkt * 8) + 0], in print_credit_config() 57 xlr_board_fmn_config.bucket_size[(bkt * 8) + 1], in print_credit_config() 58 xlr_board_fmn_config.bucket_size[(bkt * 8) + 2], in print_credit_config() 59 xlr_board_fmn_config.bucket_size[(bkt * 8) + 3], in print_credit_config() 60 xlr_board_fmn_config.bucket_size[(bkt * 8) + 4], in print_credit_config() 61 xlr_board_fmn_config.bucket_size[(bkt * 8) + 5], in print_credit_config() 62 xlr_board_fmn_config.bucket_size[(bkt * 8) + 6], in print_credit_config() 63 xlr_board_fmn_config.bucket_size[(bkt * 8) + 7]); in print_credit_config() 98 if (total_credits > cfg->bucket_size[bkt]) in check_credit_distribution() 100 bkt, total_credits, cfg->bucket_size[bkt]); in check_credit_distribution() [all …]
|
D | fmn.c | 129 bucket_sizes = xlr_board_fmn_config.bucket_size; in xlr_percpu_fmn_init()
|
/linux-4.1.27/drivers/staging/netlogic/ |
D | platform_net.c | 100 .bucket_size = xlr_board_fmn_config.bucket_size, in gmac_controller2_init() 142 .bucket_size = xlr_board_fmn_config.bucket_size, in xls_gmac_init() 207 .bucket_size = xlr_board_fmn_config.bucket_size, in xlr_gmac_init()
|
D | platform_net.h | 46 int *bucket_size; member
|
D | xlr_net.c | 533 int *bucket_size = priv->nd->bucket_size; in xlr_config_common() local 540 bucket_size[i]); in xlr_config_common()
|
/linux-4.1.27/drivers/md/bcache/ |
D | super.c | 161 sb->bucket_size = le16_to_cpu(s->bucket_size); in read_super() 177 !is_power_of_2(sb->bucket_size) || in read_super() 178 sb->bucket_size < PAGE_SECTORS) in read_super() 182 if (get_capacity(bdev->bd_disk) < sb->bucket_size * sb->nbuckets) in read_super() 205 if (sb->first_bucket * sb->bucket_size < 16) in read_super() 451 SET_KEY_SIZE(&k.key, c->sb.bucket_size); in __uuid_write() 531 bio->bi_iter.bi_sector = bucket * ca->sb.bucket_size; in prio_io() 556 atomic_long_add(ca->sb.bucket_size * prio_buckets(ca), in bch_prio_write() 1507 c->sb.bucket_size = sb->bucket_size; in bch_cache_set_alloc() 1510 c->bucket_bits = ilog2(sb->bucket_size); in bch_cache_set_alloc() [all …]
|
D | alloc.c | 88 unsigned next = c->nbuckets * c->sb.bucket_size / 1024; in bch_rescale_priorities() 334 ca->sb.bucket_size, GFP_KERNEL, 0); in bch_allocator_thread() 432 SET_GC_SECTORS_USED(b, ca->sb.bucket_size); in bch_bucket_alloc() 550 ret->sectors_free = c->sb.bucket_size; in pick_data_bucket()
|
D | bcache.h | 707 #define bucket_pages(c) ((c)->sb.bucket_size / PAGE_SECTORS) 708 #define bucket_bytes(c) ((c)->sb.bucket_size << 9) 729 return s & (c->sb.bucket_size - 1); in bucket_remainder()
|
D | movinggc.c | 212 unsigned reserve_sectors = ca->sb.bucket_size * in bch_moving_gc() 220 GC_SECTORS_USED(b) == ca->sb.bucket_size || in bch_moving_gc()
|
D | sysfs.c | 39 read_attribute(bucket_size); 523 sysfs_hprint(bucket_size, bucket_bytes(c)); in SHOW() 738 sysfs_hprint(bucket_size, bucket_bytes(ca)); in SHOW() 825 n * ca->sb.bucket_size / (ARRAY_SIZE(q) + 1)); in SHOW()
|
D | btree.h | 193 atomic_set(&c->sectors_to_gc, c->sb.bucket_size * c->nbuckets / 16); in set_gc_sectors()
|
D | journal.c | 50 while (offset < ca->sb.bucket_size) { in journal_read_bucket() 51 reread: left = ca->sb.bucket_size - offset; in journal_read_bucket() 520 c->journal.blocks_free = c->sb.bucket_size >> c->block_bits; in journal_reclaim()
|
D | extents.c | 56 if (KEY_SIZE(k) + r > c->sb.bucket_size || in __ptr_invalid() 77 if (KEY_SIZE(k) + r > c->sb.bucket_size) in bch_ptr_status()
|
D | writeback.c | 24 uint64_t cache_sectors = c->nbuckets * c->sb.bucket_size; in __update_writeback_rate()
|
D | btree.c | 205 iter->size = b->c->sb.bucket_size / b->c->sb.block_size; in bch_btree_node_read_done()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 1124 int bucket_size; in tx_set_rate() local 1134 bucket_size = (burst + 255) >> 8; in tx_set_rate() 1135 if (bucket_size > 65535) in tx_set_rate() 1136 bucket_size = 65535; in tx_set_rate() 1142 wrlp(mp, TX_BW_BURST, bucket_size); in tx_set_rate() 1147 wrlp(mp, TX_BW_BURST_MOVED, bucket_size); in tx_set_rate() 1156 int bucket_size; in txq_set_rate() local 1162 bucket_size = (burst + 255) >> 8; in txq_set_rate() 1163 if (bucket_size > 65535) in txq_set_rate() 1164 bucket_size = 65535; in txq_set_rate() [all …]
|
/linux-4.1.27/include/uapi/linux/ |
D | bcache.h | 180 __u16 bucket_size; /* sectors */ member
|
/linux-4.1.27/arch/mips/include/asm/netlogic/xlr/ |
D | fmn.h | 350 int bucket_size[128]; /* size of buckets for all stations */ member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 116 What: /sys/block/<disk>/bcache/bucket_size
|
/linux-4.1.27/Documentation/ |
D | bcache.txt | 324 bucket_size 410 bucket_size
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
D | vxge-config.h | 2085 u16 bucket_size);
|
D | vxge-config.c | 3720 u16 bucket_size) in vxge_hw_vpath_rts_rth_set() argument 3741 VXGE_HW_RTS_ACCESS_STEER_DATA0_RTH_GEN_BUCKET_SIZE(bucket_size) | in vxge_hw_vpath_rts_rth_set()
|