Searched refs:aligns (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/nvdimm/ |
| A 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/drivers/pci/ |
| A D | setup-bus.c | 953 static inline resource_size_t calculate_mem_align(resource_size_t *aligns, in calculate_mem_align() argument 969 align += aligns[order]; in calculate_mem_align() 1063 resource_size_t aligns[24]; /* Alignments from 1MB to 8TB */ in pbus_size_mem() local 1078 memset(aligns, 0, sizeof(aligns)); in pbus_size_mem() 1117 if (order >= ARRAY_SIZE(aligns)) { in pbus_size_mem() 1129 aligns[order] += align; in pbus_size_mem() 1142 min_align = calculate_mem_align(aligns, max_order); in pbus_size_mem()
|
| /linux/Documentation/devicetree/bindings/net/pse-pd/ |
| A D | pse-controller.yaml | 83 aligns with IEEE 802.3-2022, Section 33.2.3 and 145.2.4.
|
| /linux/Documentation/networking/pse-pd/ |
| A D | introduction.rst | 49 This aligns with Clause 33, encompassing various PoE forms.
|
| A D | pse-pi.rst | 182 addition to data transmission. This aligns with the standard wiring for
|
| /linux/Documentation/dev-tools/ |
| A 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/Documentation/core-api/ |
| A D | genalloc.rst | 110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
|
| /linux/Documentation/gpu/rfc/ |
| A D | i915_scheduler.rst | 80 band is reserved with the kernel. This aligns with the DRM scheduler priority
|
| /linux/kernel/dma/ |
| A D | Kconfig | 234 DMA mapping framework by default aligns all buffers to the smallest
|
| /linux/lib/ |
| A D | Kconfig.kcsan | 181 closely aligns with the rules defined by the Linux-kernel memory
|
| /linux/Documentation/filesystems/ |
| A D | f2fs.rst | 566 aligns the start block address of CP with the segment size. Also, it aligns the
|
| /linux/Documentation/networking/ |
| A D | packet_mmap.rst | 386 - Gap, chosen so that packet data (Start+tp_net) aligns to
|
| /linux/arch/arm/ |
| A D | Kconfig | 188 DMA mapping framework by default aligns all buffers to the smallest
|
Completed in 29 milliseconds