Home
last modified time | relevance | path

Searched refs:block_sz (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/pseries/
Dhotplug-memory.c135 unsigned long block_sz, start_pfn; in pseries_remove_memblock() local
146 block_sz = pseries_memory_block_size(); in pseries_remove_memblock()
147 sections_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE; in pseries_remove_memblock()
195 unsigned long pfn, block_sz; in lmb_is_removable() local
201 block_sz = memory_block_size_bytes(); in lmb_is_removable()
202 scns_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE; in lmb_is_removable()
222 unsigned long block_sz; in dlpar_remove_lmb() local
237 block_sz = pseries_memory_block_size(); in dlpar_remove_lmb()
240 remove_memory(nid, lmb->base_addr, block_sz); in dlpar_remove_lmb()
243 memblock_remove(lmb->base_addr, block_sz); in dlpar_remove_lmb()
[all …]
/linux-4.4.14/drivers/base/
Dmemory.c93 unsigned long block_sz; in get_memory_block_size() local
95 block_sz = memory_block_size_bytes(); in get_memory_block_size()
98 if ((block_sz & (block_sz - 1)) || (block_sz < MIN_MEMORY_BLOCK_SIZE)) { in get_memory_block_size()
100 block_sz = MIN_MEMORY_BLOCK_SIZE; in get_memory_block_size()
103 return block_sz; in get_memory_block_size()
760 unsigned long block_sz; in memory_dev_init() local
766 block_sz = get_memory_block_size(); in memory_dev_init()
767 sections_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE; in memory_dev_init()
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_warpdrive.c122 unsigned long stripe_sz, block_sz; in mpt3sas_init_warpdrive_properties() local
229 block_sz = le16_to_cpu(vol_pg0->BlockSize); in mpt3sas_init_warpdrive_properties()
230 block_exp = find_first_bit(&block_sz, 16); in mpt3sas_init_warpdrive_properties()
249 raid_device->block_sz = le16_to_cpu(vol_pg0->BlockSize); in mpt3sas_init_warpdrive_properties()
Dmpt3sas_base.h522 u16 block_sz; member
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dhif.c683 dev->htc_cnxt->block_sz = dev->ar->mbox_info.block_size; in ath6kl_hif_setup()
686 if ((dev->htc_cnxt->block_sz & (dev->htc_cnxt->block_sz - 1)) != 0) { in ath6kl_hif_setup()
693 dev->htc_cnxt->block_mask = dev->htc_cnxt->block_sz - 1; in ath6kl_hif_setup()
696 dev->htc_cnxt->block_sz, dev->ar->mbox_info.htc_addr); in ath6kl_hif_setup()
Dhtc.h612 u32 block_sz; member
Dhtc_mbox.c2642 if ((target->tgt_cred_sz % target->block_sz) != 0) { in htc_setup_msg_bndl()
/linux-4.4.14/drivers/hwtracing/intel_th/
Dmsu.h64 u32 block_sz; member
Dmsu.c822 bdesc->block_sz = PAGE_SIZE / 64; in msc_buffer_relink()