Function report |
Source Code:include\linux\slab.h |
Create Date:2022-07-28 06:00:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kmalloc_node
Proto:static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | size | |
gfp_t | flags | |
int | node |
579 | Return __kmalloc_node(size, flags, node) |
Name | Describe |
---|---|
kmalloc_node_oob_right | |
test_kmalloc_node | Allocator uses a trailing node argument --------+ (e.g. kmalloc_node())* Allocator uses the gfp_t argument -----------+ | (e.g. kmalloc())* Allocator uses a special leading argument + | | (e.g. devm_kmalloc())* | | | |
gen_pool_create | gen_pool_create - create a new special memory pool*@min_alloc_order: log base 2 of number of bytes each bitmap bit represents*@nid: node id of the node the pool structure should be allocated on, or -1* Create a new special memory pool that can be used to |
add_del_listener | |
__bpf_map_area_alloc | |
alloc_htab_elem | |
lpm_trie_node_alloc | |
cgroup_storage_update_elem | |
cgroup_storage_map_alloc | |
bpf_cgroup_storage_alloc | |
__dev_map_alloc_node | |
alloc_callchain_buffers | |
kvmalloc_node | kvmalloc_node - attempt to allocate physically contiguous memory, but upon* failure, fall back to non-contiguous (vmalloc) allocation |
bdi_alloc_node | |
new_vmap_block | w_vmap_block - allocates new vmap_block and occupies 2^order pages in this* block |
__vmalloc_area_node | |
zswap_dstmem_prepare | |
dma_pool_create | dma_pool_create - Creates a pool of consistent memory blocks, for dma |
alloc_arraycache | |
__alloc_alien_cache | |
init_cache_node | |
init_list | swap the static kmem_cache_node with kmalloced memory |
setup_cpu_cache | |
kyber_init_hctx | |
bfq_create_group_hierarchy |
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 |