Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Returns true if s is the last free block in its page.

Proto:static int slob_last(slob_t *s)

Type:int

Parameter:

TypeParameterName
slob_t *s
188  Return Not (Return the next free slob block pointer after this one. & ~PAGE_MASK)
Caller
NameDescribe
slob_page_allocslob_page_alloc() - Allocate a slob block within a given slob_page sp.*@sp: Page to look in.*@size: Size of the allocation.*@align: Allocation alignment.*@align_offset: Offset in the allocated block that will be aligned.
slob_freeslob_free: entry point into the slob allocator.