Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slob.c Create Date:2022-07-28 15:35:47
Last Modify:2022-05-20 09:26:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set_slob_page_free

Proto:static void set_slob_page_free(struct page *sp, struct list_head *list)

Type:void

Parameter:

TypeParameterName
struct page *sp
struct list_head *list
115  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.
116  __SetPageSlobFree(sp)
Caller
NameDescribe
slob_allocslob_alloc: entry point into the slob allocator.
slob_freeslob_free: entry point into the slob allocator.