函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\swap_state.c Create Date:2022-07-27 16:45:19
Last Modify:2020-03-17 22:02:06 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:exit_swap_address_space

函数原型:void exit_swap_address_space(unsigned int type)

返回类型:void

参数:

类型参数名称
unsigned inttype
622  kvfree() - Free memory.*@addr: Pointer to allocated memory.* kvfree frees memory allocated by any of vmalloc(), kmalloc() or kvmalloc().* It is slightly more efficient to use kfree() or vfree() if you are certain* that you know which one to use.
623  nr_swapper_spaces[type]等于0
624  swapper_spaces[type] = NULL
调用者
名称描述
SYSCALL_DEFINE1