Searched refs:block_sz (Results 1 – 9 of 9) sorted by relevance
135 unsigned long block_sz, start_pfn; in pseries_remove_memblock() local146 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() local201 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() local237 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 …]
93 unsigned long block_sz; in get_memory_block_size() local95 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() local766 block_sz = get_memory_block_size(); in memory_dev_init()767 sections_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE; in memory_dev_init()
122 unsigned long stripe_sz, block_sz; in mpt3sas_init_warpdrive_properties() local229 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()
522 u16 block_sz; member
683 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()
612 u32 block_sz; member
2642 if ((target->tgt_cred_sz % target->block_sz) != 0) { in htc_setup_msg_bndl()
64 u32 block_sz; member
822 bdesc->block_sz = PAGE_SIZE / 64; in msc_buffer_relink()