Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
struct mmu_notifier_mm *mmn_mm
struct mmu_notifier_range *range
boolonly_end
504  id = srcu_read_lock - register a new reader for an SRCU-protected structure
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()
531  srcu_read_unlock - unregister a old reader from an SRCU-protected structure.*@ssp: srcu_struct in which to unregister the old reader.*@idx: return value from corresponding srcu_read_lock().* Exit an SRCU read-side critical section.
Caller
NameDescribe
__mmu_notifier_invalidate_range_end