Searched refs:aligns (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/ |
D | pfn_devs.c | 124 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in align_store() local 130 nd_pfn_supported_alignments(aligns)); in align_store() 254 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in supported_alignments_show() local 257 nd_pfn_supported_alignments(aligns), buf); in supported_alignments_show()
|
/kernel/linux/linux-5.10/drivers/pci/ |
D | setup-bus.c | 948 static inline resource_size_t calculate_mem_align(resource_size_t *aligns, in calculate_mem_align() argument 964 align += aligns[order]; in calculate_mem_align() 997 resource_size_t aligns[18]; /* Alignments from 1MB to 128GB */ in pbus_size_mem() local 1012 memset(aligns, 0, sizeof(aligns)); in pbus_size_mem() 1050 if (order >= ARRAY_SIZE(aligns)) { in pbus_size_mem() 1062 aligns[order] += align; in pbus_size_mem() 1074 min_align = calculate_mem_align(aligns, max_order); in pbus_size_mem()
|
/kernel/linux/linux-5.10/kernel/dma/ |
D | Kconfig | 183 DMA mapping framework by default aligns all buffers to the smallest
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | genalloc.rst | 110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | f2fs.rst | 475 aligns the start block address of CP with the segment size. Also, it aligns the
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0012_linux_drivers_ata.patch | 681 + dev_info(dev, "Set no aligns in BIST pattern.\n");
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | packet_mmap.rst | 386 - Gap, chosen so that packet data (Start+tp_net) aligns to
|
/kernel/linux/linux-5.10/arch/arm/ |
D | Kconfig | 153 DMA mapping framework by default aligns all buffers to the smallest
|