函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\zbud.c Create Date:2022-07-27 18:00:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Encodes the handle of a particular buddy within a zbud page* Pool lock should be held as this function accesses first|last_chunks

函数原型:static unsigned long encode_handle(struct zbud_header *zhdr, enum buddy bud)

返回类型:unsigned long

参数:

类型参数名称
struct zbud_header *zhdr
enum buddybud
270  handle等于zhdr
271  如果bud恒等于FIRSThandle加等于ZHDR_SIZE_ALIGNED
274  否则handle加等于PAGE_SIZElast_chunks左移CHUNK_SHIFT位的值
276  返回:handle
调用者
名称描述
zbud_alloczbud_alloc() - allocates a region of a given size*@pool: zbud pool from which to allocate*@size: size in bytes of the desired allocation*@gfp: gfp flags used if the pool needs to grow*@handle: handle of the new allocation* This function will attempt to
zbud_reclaim_pagezbud_reclaim_page() - evicts allocations from a pool page and frees it*@pool: pool from which a page will attempt to be evicted*@retries: number of pages on the LRU list for which eviction will* be attempted before failing* zbud reclaim is different from