Function report |
Source Code:include\linux\mm.h |
Create Date:2022-07-28 05:43:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:add_mm_counter
Proto:static inline void add_mm_counter(struct mm_struct *mm, int member, long value)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
int | member | |
long | value |
1635 | count = atomic_long_add_return(value, & count[member]) |
1637 | mm_trace_rss_stat(mm, member, count) |
Name | Describe |
---|---|
sync_mm_rss | |
add_mm_counter_fast | |
add_mm_rss_vec | |
madvise_free_pte_range | |
__do_huge_pmd_anonymous_page | |
copy_huge_pmd | |
do_huge_pmd_wp_page | |
zap_huge_pmd | |
__split_huge_pmd_locked | |
__collapse_huge_page_copy | |
acct_arg_size | The nascent bprm->mm is not visible until exec_mmap() but it can* use a lot of memory, account these pages in current->mm temporary* for oom_badness()->get_mm_rss(). Once exec succeeds or fails, we* change the counter back via acct_arg_size(0). |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |