Searched refs:aligns (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/nvdimm/ |
H 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()
|
/openbmc/linux/drivers/pci/ |
H A D | setup-bus.c | 941 static inline resource_size_t calculate_mem_align(resource_size_t *aligns, in calculate_mem_align() argument 957 align += aligns[order]; in calculate_mem_align() 990 resource_size_t aligns[24]; /* Alignments from 1MB to 8TB */ in pbus_size_mem() local 1005 memset(aligns, 0, sizeof(aligns)); in pbus_size_mem() 1043 if (order >= ARRAY_SIZE(aligns)) { in pbus_size_mem() 1055 aligns[order] += align; in pbus_size_mem() 1067 min_align = calculate_mem_align(aligns, max_order); in pbus_size_mem()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/ |
H A D | arm_eabi.patch | 12 aligns the usage of libseccomp with that of other packages.
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0026-gcc-Fix-c-tweak-for-Wrange-loop-construct.patch | 11 This change ensures the warning is more accurate and aligns with the proper type traits.
|
/openbmc/linux/Documentation/dev-tools/ |
H 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.
|
/openbmc/linux/Documentation/gpu/rfc/ |
H A 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
|
H A D | i915_scheduler.rst | 80 band is reserved with the kernel. This aligns with the DRM scheduler priority
|
/openbmc/linux/Documentation/core-api/ |
H A D | genalloc.rst | 110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
|
/openbmc/openbmc/poky/documentation/test-manual/ |
H A D | reproducible-builds.rst | 21 The project aligns with the `Reproducible Builds project
|
/openbmc/linux/kernel/dma/ |
H A D | Kconfig | 219 DMA mapping framework by default aligns all buffers to the smallest
|
/openbmc/linux/lib/ |
H A D | Kconfig.kcsan | 181 closely aligns with the rules defined by the Linux-kernel memory
|
/openbmc/qemu/docs/ |
H A D | nvdimm.txt | 140 QEMU uses mmap(2) to maps vNVDIMM backends and aligns the mapping
|
/openbmc/linux/Documentation/filesystems/ |
H A D | f2fs.rst | 564 aligns the start block address of CP with the segment size. Also, it aligns the
|
/openbmc/linux/Documentation/networking/ |
H A D | packet_mmap.rst | 385 - Gap, chosen so that packet data (Start+tp_net) aligns to
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig | 179 DMA mapping framework by default aligns all buffers to the smallest
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 5843 + int aligns[AV_NUM_DATA_POINTERS]; 5855 + avcodec_align_dimensions2(ctx, &width, &height, aligns);
|