Function report |
Source Code:mm\mmu_notifier.c |
Create Date:2022-07-28 15:37:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mn_itree_invalidate
Proto:static int mn_itree_invalidate(struct mmu_notifier_mm *mmn_mm, const struct mmu_notifier_range *range)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mmu_notifier_mm * | mmn_mm | |
const struct mmu_notifier_range * | range |
432 | ret = invalidate(mni, range, cur_seq) |
433 | If Not ret Then |
434 | If WARN_ON(mmu_notifier_range_blockable(range)) Then Continue |
436 | Go to out_would_block |
439 | Return 0 |
441 | out_would_block : |
446 | mn_itree_inv_end(mmn_mm) |
447 | Return -EAGAIN |
Name | Describe |
---|---|
__mmu_notifier_invalidate_range_start |
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 |