Function report |
Source Code:mm\mmu_notifier.c |
Create Date:2022-07-28 15:37:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mn_hlist_invalidate_end
Proto:static void mn_hlist_invalidate_end(struct mmu_notifier_mm *mmn_mm, struct mmu_notifier_range *range, bool only_end)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mmu_notifier_mm * | mmn_mm | |
struct mmu_notifier_range * | range | |
bool | only_end |
519 | If Not only_end && invalidate_range Then invalidate_range(mn, mm, start, end) |
523 | If invalidate_range_end Then |
524 | If Not mmu_notifier_range_blockable(range) Then non_block_start() |
526 | invalidate_range_end(mn, range) |
527 | If Not mmu_notifier_range_blockable(range) Then non_block_end() |
Name | Describe |
---|---|
__mmu_notifier_invalidate_range_end |
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 |