函数逻辑报告 |
Source Code:mm\vmscan.c |
Create Date:2022-07-27 15:43:42 |
Last Modify:2022-05-23 13:41:30 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Prepare kswapd for sleeping. This verifies that there are no processes* waiting in throttle_direct_reclaim() and that watermarks have been met.* Returns true if kswapd is ready to sleep
函数原型:static bool prepare_kswapd_sleep(pg_data_t *pgdat, int order, int classzone_idx)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
pg_data_t * | pgdat | |
int | order | |
int | classzone_idx |
3503 | 如果 Number of 'reclaimed == 0' runs 大于等于Maximum number of reclaim retries without progress before the OOM* killer is consider the only way forward.则返回:true |
3508 | 返回:true |
3511 | 返回:false |
名称 | 描述 |
---|---|
kswapd_try_to_sleep |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |