Function report |
Source Code:arch\x86\kernel\setup_percpu.c |
Create Date:2022-07-28 08:25:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:static void *__init pcpu_alloc_bootmem(unsigned int cpu, unsigned long size, unsigned long align)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpu | |
unsigned long | size | |
unsigned long | align |
124 | Return memblock_alloc_from(size, align, goal) |
Name | Describe |
---|---|
pcpu_fc_alloc | Helpers for first chunk memory allocation |
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 |