函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:swap_info_get_cont

函数原型:static struct swap_info_struct *swap_info_get_cont(swp_entry_t entry, struct swap_info_struct *q)

返回类型:struct swap_info_struct

参数:

类型参数名称
swp_entry_tentry
struct swap_info_struct *q
1166  p等于_swap_info_get(entry)
1168  如果p不等于q
1169  如果(q != NULL)则自旋锁解锁
1171  如果(p != NULL)则加自旋锁
1174  返回:p
调用者
名称描述
swapcache_free_entries