函数逻辑报告 |
Source Code:mm\swapfile.c |
Create Date:2022-07-27 16:46:51 |
Last Modify:2020-03-17 22:19:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Determine the locking method in use for this device. Return* swap_cluster_info if SSD-style cluster-based locking is in place.
函数原型:static inline struct swap_cluster_info *lock_cluster_or_swap_info(struct swap_info_struct *si, unsigned long offset)
返回类型:struct swap_cluster_info
参数:
类型 | 参数 | 名称 |
---|---|---|
struct swap_info_struct * | si | |
unsigned long | offset |
367 | ci等于lock_cluster(si, offset) |
372 | 返回:ci |
名称 | 描述 |
---|---|
__swap_entry_free | |
put_swap_page | Called after dropping swapcache to decrease refcnt to swap entries. |
page_swapcount | How many references to page are currently swapped out?* This does not give an exact answer when swap count is continued,* but does include the high COUNT_CONTINUED flag to allow for that. |
swap_swapcount | |
swp_swapcount | How many references to @entry are currently swapped out?* This considers COUNT_CONTINUED so it returns exact answer. |
swap_page_trans_huge_swapped | |
__swap_duplicate | Verify that a swap entry is valid and increment its swap map count.* Returns error code in following case.* - success -> 0* - swp_entry is invalid -> EINVAL* - swp_entry is migration entry -> EINVAL |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |