函数逻辑报告 |
Source Code:mm\page_counter.c |
Create Date:2022-07-27 17:41:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:page_counter_cancel - take pages out of the local counter*@counter: counter*@nr_pages: number of pages to cancel
函数原型:void page_counter_cancel(struct page_counter *counter, unsigned long nr_pages)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page_counter * | counter | |
unsigned long | nr_pages |
59 | new等于atomic_long_sub_return(nr_pages, & usage) |
62 | WARN_ON_ONCE(new < 0) |
名称 | 描述 |
---|---|
page_counter_try_charge | page_counter_try_charge - try to hierarchically charge pages*@counter: counter*@nr_pages: number of pages to charge*@fail: points first counter to hit its limit, if any* Returns %true on success, or %false and @fail if the counter or one |
page_counter_uncharge | page_counter_uncharge - hierarchically uncharge pages*@counter: counter*@nr_pages: number of pages to uncharge |
hugetlb_cgroup_move_parent | Should be called with hugetlb_lock held.* Since we are holding hugetlb_lock, pages cannot get moved from* active list or uncharged from the cgroup, So no need to get* page reference and test for page active here. This function* cannot fail. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |