Function report | 
Source Code:mm\mmu_notifier.c | 
Create Date:2022-07-28 15:37:06 | 
| 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_range_start
Proto:static int mn_hlist_invalidate_range_start(struct mmu_notifier_mm *mmn_mm, struct mmu_notifier_range *range)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct mmu_notifier_mm * | mmn_mm | |
| struct mmu_notifier_range * | range | 
| 454 | ret = 0 | 
| 459 | If invalidate_range_start Then | 
| 462 | If Not mmu_notifier_range_blockable(range) Then non_block_start() | 
| 464 | _ret = invalidate_range_start(mn, range) | 
| 465 | If Not mmu_notifier_range_blockable(range) Then non_block_end() | 
| 467 | If _ret Then | 
| 468 | pr_info("%pS callback failed with %d in %sblockable context.\n", invalidate_range_start, _ret, !mmu_notifier_range_blockable(range) ? "non-" : "") | 
| 471 | WARN_ON(mmu_notifier_range_blockable(range) || _ret != - EAGAIN) | 
| 479 | Return ret | 
| 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  |