Home
last modified time | relevance | path

Searched refs:mem_block_size (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/arch/powerpc/mm/book3s64/
Dradix_pgtable.c480 unsigned long *mem_block_size = (unsigned long *)data; in probe_memory_block_size() local
496 *mem_block_size = MIN_MEMORY_BLOCK_SIZE; in probe_memory_block_size()
498 *mem_block_size = of_read_number(prop, dt_root_size_cells); in probe_memory_block_size()
504 unsigned long mem_block_size = MIN_MEMORY_BLOCK_SIZE; in radix_memory_block_size() local
511 mem_block_size = 1UL * 1024 * 1024 * 1024; in radix_memory_block_size()
513 of_scan_flat_dt(probe_memory_block_size, &mem_block_size); in radix_memory_block_size()
515 return mem_block_size; in radix_memory_block_size()
/linux-5.19.10/drivers/net/wireless/ath/carl9170/
Dfw.c321 ar->fw.mem_block_size = le16_to_cpu(otus_desc->tx_frag_len); in carl9170_fw()
325 ar->fw.mem_block_size < 64 || ar->fw.mem_block_size > 512 || in carl9170_fw()
Ddebug.c230 (atomic_read(&ar->mem_free_blocks) * ar->fw.mem_block_size) / 1024, in carl9170_debugfs_mem_usage_read()
231 (ar->fw.mem_blocks * ar->fw.mem_block_size) / 1024); in carl9170_debugfs_mem_usage_read()
Dtx.c72 return (DIV_ROUND_UP(IEEE80211_MAX_FRAME_LEN, ar->fw.mem_block_size) > in is_mem_full()
198 chunks = DIV_ROUND_UP(skb->len, ar->fw.mem_block_size); in carl9170_alloc_dev_space()
253 atomic_add(DIV_ROUND_UP(skb->len, ar->fw.mem_block_size), in carl9170_release_dev_space()
Dcarl9170.h284 unsigned int mem_block_size; member
/linux-5.19.10/arch/x86/kernel/apic/
Dx2apic_uv_x.c563 static unsigned long mem_block_size __initdata = (2UL << 30);
571 mem_block_size = size; in parse_mem_block_size()
581 for (size = mem_block_size; size > MIN_MEMORY_BLOCK_SIZE; size >>= 1) in adj_blksize()
585 if (size >= mem_block_size) in adj_blksize()
588 mem_block_size = size; in adj_blksize()
594 unsigned int order = ffs(mem_block_size); in set_block_size()
599 pr_info("UV: mem_block_size set to 0x%lx\n", mem_block_size); in set_block_size()
602 pr_err("UV: mem_block_size error with 0x%lx\n", mem_block_size); in set_block_size()