Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\zsmalloc.c Create Date:2022-07-28 16:28:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:zs_init

Proto:static int __init zs_init(void)

Type:int

Parameter:Nothing

2554  ret = zsmalloc_mount()
2555  If ret Then Go to 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  If ret Then Go to hp_setup_fail
2564  zpool_register_driver() - register a zpool implementation.*@driver: driver to register
2567  zs_stat_init()
2569  Return 0
2571  hp_setup_fail :
2572  zsmalloc_unmount()
2573  out :
2574  Return ret