函数逻辑报告 |
Source Code:mm\memcontrol.c |
Create Date:2022-07-27 17:43:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__count_memcg_events - account VM events in a cgroup*@memcg: the memory cgroup*@idx: the event item*@count: the number of events that occured
函数原型:void __count_memcg_events(struct mem_cgroup *memcg, enum vm_event_item idx, unsigned long count)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mem_cgroup * | memcg | |
enum vm_event_item | idx | |
unsigned long | count |
791 | 如果mem_cgroup_disabled()则返回 |
794 | x等于count加Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(events[idx]) |
807 | __this_cpu_write(events[idx], x) |
名称 | 描述 |
---|---|
shrink_inactive_list | shrink_inactive_list() is a helper for shrink_node(). It returns the number* of reclaimed pages |
shrink_active_list | |
mem_cgroup_charge_statistics | |
uncharge_batch | |
count_memcg_events |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |