Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slub.c Create Date:2022-07-28 15:49:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Used for early kmem_cache structures that were allocated using* the page allocator. Allocate them properly then fix up the pointers* that may be pointing to the wrong kmem_cache structure.

Proto:static struct kmem_cache *__init bootstrap(struct kmem_cache *static_cache)

Type:struct kmem_cache

Parameter:

TypeParameterName
struct kmem_cache *static_cache
4196  s = Shortcuts
4199  No 3D Now!(s, static_cache, The size of an object without metadata )
4206  Flush cpu slab.* Called from IPI handler with interrupts disabled.
4210  list_for_each_entry - iterate over list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(p, & partial, slab_list)
4211  not slob = s
4218  slab_init_memcg_params(s)
4219  list_add - add a new entry*@new: new entry to be added*@head: list head to add it after* Insert a new entry after the specified head.* This is good for implementing stacks.
4220  memcg_link_cache(s, NULL)
4221  Return s
Caller
NameDescribe
kmem_cache_init