Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\mmu_notifier.c Create Date:2022-07-28 15:37:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__mmu_notifier_invalidate_range_end

Proto:void __mmu_notifier_invalidate_range_end(struct mmu_notifier_range *range, bool only_end)

Type:void

Parameter:

TypeParameterName
struct mmu_notifier_range *range
boolonly_end
537  mmn_mm = mmu_notifier_mm
539  lock_map_acquire( & __mmu_notifier_invalidate_range_start_map)
540  If has_itree Then mn_itree_inv_end(mmn_mm)
543  If Not hlist_empty( & all mmu notifiers registered in this mm are queued in this list ) Then mn_hlist_invalidate_end(mmn_mm, range, only_end)
545  lock_map_release( & __mmu_notifier_invalidate_range_start_map)
Caller
NameDescribe
mmu_notifier_invalidate_range_end
mmu_notifier_invalidate_range_only_end