函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:setup_slub_max_order

函数原型:static int __init setup_slub_max_order(char *str)

返回类型:int

参数:

类型参数名称
char *str
3769  get_option - Parse integer from an option string*@str: option string*@pint: (output) integer value parsed from @str* Read an int from an option string; if available accept a subsequent* comma as well
3770  slub_max_order等于两数取小(slub_max_order, (unsignedint)Free memory management - zoned buddy allocator. - 1)
3772  返回:1