函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:zs_init

函数原型:static int __init zs_init(void)

返回类型:int

参数:

2554  ret等于zsmalloc_mount()
2555  如果ret则转到:out
2558  ret等于puhp_setup_state - Setup hotplug state callbacks with calling the callbacks*@state: The state for which the calls are installed*@name: Name of the callback (will be used in debug output)*@startup: startup callback function*@teardown: teardown callback
2560  如果ret则转到:hp_setup_fail
2564  zpool_register_driver() - register a zpool implementation.*@driver: driver to register
2567  zs_stat_init()
2569  返回:0
2571  hp_setup_fail :
2572  zsmalloc_unmount()
2573  out :
2574  返回:ret