Searched refs:aligns (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/nvdimm/ |
D | pfn_devs.c | 125 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in align_store() local 131 nd_pfn_supported_alignments(aligns)); in align_store() 255 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in supported_alignments_show() local 258 nd_pfn_supported_alignments(aligns), buf); in supported_alignments_show()
|
/Linux-v6.6/drivers/pci/ |
D | setup-bus.c | 943 static inline resource_size_t calculate_mem_align(resource_size_t *aligns, in calculate_mem_align() argument 959 align += aligns[order]; in calculate_mem_align() 992 resource_size_t aligns[24]; /* Alignments from 1MB to 8TB */ in pbus_size_mem() local 1007 memset(aligns, 0, sizeof(aligns)); in pbus_size_mem() 1045 if (order >= ARRAY_SIZE(aligns)) { in pbus_size_mem() 1057 aligns[order] += align; in pbus_size_mem() 1069 min_align = calculate_mem_align(aligns, max_order); in pbus_size_mem()
|
/Linux-v6.6/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-v6.6/Documentation/gpu/rfc/ |
D | xe.rst | 101 1) Have an uAPI that aligns with modern UMD needs. 107 this aligns very well with our goals and with our VM_BIND. The engagement with
|
D | i915_scheduler.rst | 80 band is reserved with the kernel. This aligns with the DRM scheduler priority
|
/Linux-v6.6/Documentation/core-api/ |
D | genalloc.rst | 110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
|
/Linux-v6.6/kernel/dma/ |
D | Kconfig | 219 DMA mapping framework by default aligns all buffers to the smallest
|
/Linux-v6.6/lib/ |
D | Kconfig.kcsan | 181 closely aligns with the rules defined by the Linux-kernel memory
|
/Linux-v6.6/Documentation/filesystems/ |
D | f2fs.rst | 568 aligns the start block address of CP with the segment size. Also, it aligns the
|
/Linux-v6.6/Documentation/networking/ |
D | packet_mmap.rst | 385 - Gap, chosen so that packet data (Start+tp_net) aligns to
|
/Linux-v6.6/arch/arm/ |
D | Kconfig | 179 DMA mapping framework by default aligns all buffers to the smallest
|