函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__swap_count

函数原型:int __swap_count(swp_entry_t entry)

返回类型:int

参数:

类型参数名称
swp_entry_tentry
1451  offset等于Extract the `offset' field from a swp_entry_t. The swp_entry_t is in* arch-independent format
1452  count等于0
1454  si等于Check whether swap entry is valid in the swap device
1455  如果si
1456  count等于swap_count(vmalloc'ed array of usage counts [offset])
1457  put_swap_device(si)
1459  返回:count
调用者
名称描述
swap_slot_free_notify