Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:vm_unlock_anon_vma

Proto:static void vm_unlock_anon_vma(struct anon_vma *anon_vma)

Type:void

Parameter:

TypeParameterName
struct anon_vma *anon_vma
3568  If st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from Then
3581  If Not __test_and_clear_bit - Clear a bit and return its old value*@nr: Bit to clear*@addr: Address to count from* This operation is non-atomic. If two instances of this operation race, one* can appear to succeed but actually fail. Then BUG()
3584  anon_vma_unlock_write(anon_vma)
Caller
NameDescribe
mm_drop_all_locksThe mmap_sem cannot be released by the caller until* mm_drop_all_locks() returns.