Function report |
Source Code:include\linux\gfp.h |
Create Date:2022-07-28 05:37:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Allocate pages, preferring the node given as nid. When nid == NUMA_NO_NODE,* prefer the current CPU's closest node. Otherwise node must be valid and* online.
Proto:static inline struct page *alloc_pages_node(int nid, gfp_t gfp_mask, unsigned int order)
Type:struct page
Parameter:
Type | Parameter | Name |
---|---|---|
int | nid | |
gfp_t | gfp_mask | |
unsigned int | order |
520 | If nid == NUMA_NO_NODE Then nid = Returns the number of the nearest Node with memory |
Name | Describe |
---|---|
irq_init_percpu_irqstack | Allocate per-cpu stacks for hardirq and softirq processing |
init_espfix_ap | |
alloc_thread_stack_node | |
__dma_direct_alloc_pages | |
__rb_allocate_pages | |
rb_allocate_cpu_buffer | |
ring_buffer_alloc_read_page | g_buffer_alloc_read_page - allocate a page to read from buffer*@buffer: the buffer to allocate for |
trace_buffered_event_enable | race_buffered_event_enable - enable buffering events* When events are being filtered, it is quicker to use a temporary* buffer to write the event data into if there's a likely chance* that it will not be committed |
uprobe_buffer_init | |
rb_alloc_aux_page | |
perf_mmap_alloc_page | |
__vmalloc_area_node | |
__page_frag_cache_refill | Page Fragment:* An arbitrary-length arbitrary-offset area of memory which resides* within a 0 or higher order page |
alloc_pages_exact_nid | alloc_pages_exact_nid - allocate an exact number of physically-contiguous* pages on a node |
alloc_new_node_page | page allocation callback for NUMA node migration |
vmemmap_alloc_block | |
kmalloc_large_node | |
blk_mq_alloc_rqs |
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 |