Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slab.c Create Date:2022-07-28 15:43:14
Last Modify:2022-05-23 17:02:55 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:slab_max_order_setup

Proto:static int __init slab_max_order_setup(char *str)

Type:int

Parameter:

TypeParameterName
char *str
514  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
515  slab_max_order = If slab_max_order < 0 Then 0 Else min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(slab_max_order, Free memory management - zoned buddy allocator. - 1)
517  slab_max_order_set = true
519  Return 1