Function report |
Source Code:include\linux\memblock.h |
Create Date:2022-07-28 06:16:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:memblock_alloc_from
Proto:static inline void *__init memblock_alloc_from(phys_addr_t size, phys_addr_t align, phys_addr_t min_addr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
phys_addr_t | size | |
phys_addr_t | align | |
phys_addr_t | min_addr |
389 | Return memblock_alloc_try_nid(size, align, min_addr, MEMBLOCK_ALLOC_ACCESSIBLE, NUMA_NO_NODE) |
Name | Describe |
---|---|
pcpu_alloc_bootmem | pcpu_alloc_bootmem - NUMA friendly alloc_bootmem wrapper for percpu*@cpu: cpu to allocate for*@size: size allocation in bytes*@align: alignment* Allocate @size bytes aligned at @align for cpu @cpu |
setup_per_cpu_areas | UP percpu area setup.* UP always uses km-based percpu allocator with identity mapping.* Static percpu variables are indistinguishable from the usual static* variables and don't require any special preparation. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |