Searched refs:aligns (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/nvdimm/ |
D | pfn_devs.c | 123 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in align_store() local 129 nd_pfn_supported_alignments(aligns)); in align_store() 253 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in supported_alignments_show() local 256 nd_pfn_supported_alignments(aligns), buf); in supported_alignments_show()
|
/linux-6.1.9/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[24]; /* Alignments from 1MB to 8TB */ 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()
|
/linux-6.1.9/Documentation/dev-tools/ |
D | testing-overview.rst | 33 of the kernel, which can be tested in isolation. This aligns well with the 62 details. This aligns well with 'system' or 'end-to-end' testing.
|
/linux-6.1.9/kernel/dma/ |
D | Kconfig | 191 DMA mapping framework by default aligns all buffers to the smallest
|
/linux-6.1.9/Documentation/core-api/ |
D | genalloc.rst | 110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
|
/linux-6.1.9/Documentation/gpu/rfc/ |
D | i915_scheduler.rst | 80 band is reserved with the kernel. This aligns with the DRM scheduler priority
|
/linux-6.1.9/lib/ |
D | Kconfig.kcsan | 180 closely aligns with the rules defined by the Linux-kernel memory
|
/linux-6.1.9/Documentation/filesystems/ |
D | f2fs.rst | 541 aligns the start block address of CP with the segment size. Also, it aligns the
|
/linux-6.1.9/Documentation/networking/ |
D | packet_mmap.rst | 385 - Gap, chosen so that packet data (Start+tp_net) aligns to
|
/linux-6.1.9/arch/arm/ |
D | Kconfig | 173 DMA mapping framework by default aligns all buffers to the smallest
|