函数逻辑报告 | 
Source Code:mm\mlock.c | 
Create Date:2022-07-27 16:13:06 | 
| Last Modify:2022-05-23 14:12:58 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:Munlock a batch of pages from the same zone* The work is split to two main phases
函数原型:static void __munlock_pagevec(struct pagevec *pvec, struct zone *zone)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct pagevec * | pvec | |
| struct zone * | zone | 
| 293 | nr等于pagevec_count(pvec) | 
| 294 | delta_munlocked等于负nr | 
| 296 | pgrescued等于0 | 
| 298 | pagevec_init( & pvec_putback) | 
| 305 | 如果TestClearPageMlocked(page)则 | 
| 314 | 否则 | 
| 315 | delta_munlocked自加 | 
| 331 | pagevec_release( & pvec_putback) | 
| 337 | 如果page则 | 
| 名称 | 描述 | 
|---|---|
| munlock_vma_pages_range | munlock_vma_pages_range() - munlock all pages in the vma range.'*@vma - vma containing range to be munlock()ed.*@start - start address in @vma of the range*@end - end of range in @vma.* For mremap(), munmap() and exit().* Called with @vma VM_LOCKED. | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |