Function report |
Source Code:include\linux\mmu_notifier.h |
Create Date:2022-07-28 05:59:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mmu_notifier_clear_young
Proto:static inline int mmu_notifier_clear_young(struct mm_struct *mm, unsigned long start, unsigned long end)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
unsigned long | start | |
unsigned long | end |
412 | If mm_has_notifiers(mm) Then Return __mmu_notifier_clear_young(mm, start, end) |
414 | Return 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 |