mem_block_size    378 arch/x86/kernel/apic/x2apic_uv_x.c static unsigned long mem_block_size __initdata = (2UL << 30);
mem_block_size    386 arch/x86/kernel/apic/x2apic_uv_x.c 	mem_block_size = size;
mem_block_size    396 arch/x86/kernel/apic/x2apic_uv_x.c 	for (size = mem_block_size; size > MIN_MEMORY_BLOCK_SIZE; size >>= 1)
mem_block_size    400 arch/x86/kernel/apic/x2apic_uv_x.c 	if (size >= mem_block_size)
mem_block_size    403 arch/x86/kernel/apic/x2apic_uv_x.c 	mem_block_size = size;
mem_block_size    409 arch/x86/kernel/apic/x2apic_uv_x.c 	unsigned int order = ffs(mem_block_size);
mem_block_size    414 arch/x86/kernel/apic/x2apic_uv_x.c 		pr_info("UV: mem_block_size set to 0x%lx\n", mem_block_size);
mem_block_size    417 arch/x86/kernel/apic/x2apic_uv_x.c 		pr_err("UV: mem_block_size error with 0x%lx\n", mem_block_size);
mem_block_size    281 drivers/net/wireless/ath/carl9170/carl9170.h 		unsigned int mem_block_size;
mem_block_size    230 drivers/net/wireless/ath/carl9170/debug.c 	    (atomic_read(&ar->mem_free_blocks) * ar->fw.mem_block_size) / 1024,
mem_block_size    231 drivers/net/wireless/ath/carl9170/debug.c 	    (ar->fw.mem_blocks * ar->fw.mem_block_size) / 1024);
mem_block_size    321 drivers/net/wireless/ath/carl9170/fw.c 	ar->fw.mem_block_size = le16_to_cpu(otus_desc->tx_frag_len);
mem_block_size    325 drivers/net/wireless/ath/carl9170/fw.c 	    ar->fw.mem_block_size < 64 || ar->fw.mem_block_size > 512 ||
mem_block_size     72 drivers/net/wireless/ath/carl9170/tx.c 	return (DIV_ROUND_UP(IEEE80211_MAX_FRAME_LEN, ar->fw.mem_block_size) >
mem_block_size    198 drivers/net/wireless/ath/carl9170/tx.c 	chunks = DIV_ROUND_UP(skb->len, ar->fw.mem_block_size);
mem_block_size    253 drivers/net/wireless/ath/carl9170/tx.c 	atomic_add(DIV_ROUND_UP(skb->len, ar->fw.mem_block_size),