Function report |
Source Code:include\linux\mm.h |
Create Date:2022-07-28 05:43:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:inc_mm_counter
Proto:static inline void inc_mm_counter(struct mm_struct *mm, int member)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
int | member |
1642 | count = atomic_long_inc_return( & count[member]) |
1644 | mm_trace_rss_stat(mm, member, count) |
Name | Describe |
---|---|
__replace_page | __replace_page - replace page in vma by new page |
try_to_unmap_one | @arg: enum ttu_flags will be passed to this argument |
unuse_pte | No need to decide whether this PTE shares the swap entry with others,* just let do_wp_page work it out if a write is requested later - to* force COW, vm_page_prot omits write permission from any private vma. |
mcopy_atomic_pte |
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 |