Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\swap_state.c Create Date:2022-07-28 15:14:59
Last Modify:2020-03-17 22:02:06 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:exit_swap_address_space

Proto:void exit_swap_address_space(unsigned int type)

Type:void

Parameter:

TypeParameterName
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
Caller
NameDescribe
SYSCALL_DEFINE1